Html Css Color HEX #51C5CF Medium Turquoise

📋 copy color: '#51C5CF'

red 81 ◦ green 197 ◦ blue 207

#51C5CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #51C5CF

Tints of Medium Turquoise #51C5CF

RGB

 RED value IS 81 (32.03% from 255) = 16.7%

 GREEN value IS 197 (77.34% from 255) = 40.62%

 BLUE value IS 207 (81.25% from 255) = 42.68%

R = 16.7%
G = 40.62%
B = 42.68%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#51C5CF (or 0x51C5CF) is known color: Medium Turquoise. HEX triplet: 51, C5 and CF. RGB value is (81,197,207). Sum of RGB (Red+Green+Blue) = 81+197+207=485 (64% of max value = 765). Red value is 81 (32.03% from 255 or 16.70% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #51C5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51C5CF is #AE3A30. Grayscale: #A3A3A3. Windows color (decimal): -11418161 or 13616465. OLE color: 13616465.

HSL color Cylindrical-coordinate representation of color #51C5CF: hue angle of 184.76º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #51C5CF is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 81 197 207 -
CMYK 0.61 0.05 0 0.19
HSL 184.76º 0.57% 0.56% -
HSV(B) 184.76º 0.61% 0.81% -
XYZ 34.62 46.19 66.12 -
YUV 163.46 152.57 69.19 -
System Red Green Blue C M Y K H S L
Decimal 81 197 207 0.61 0.05 0 0.19 184.76 0.57 0.56
Hex 51 C5 CF 3D 5 0 13 B9 39 38
Octal 121 305 317 75 5 0 23 271 71 70
Binary 1010001 11000101 11001111 111101 101 0 10011 10111001 111001 111000

Color Harmonies of #51C5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51C5CF

Black with #51C5CF

Text Example


Text Example

White with #51C5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51C5CF; }

 p { color: rgb(81,197,207); }

 H1.HeaderClassName
 {
   color: #51C5CF;
 }
 .AnyTagClassName
 {
   color: #51C5CF;
 }
</style>

background-color css

<style>
 a { background-color: #51C5CF; }

 a { background-color: rgb(81,197,207); }

 div.DivClassName
 {
   background-color: #51C5CF;
 }
 .BgClassName
 {
   background-color: #51C5CF;
 }
</style>

border-color css

<style>
 span { border-color: #51C5CF; }

 span { border-color: rgb(81,197,207); }

 td.TdClassName
 {
   border-color: #51C5CF;
 }
 .TagClassName
 {
   border-color: #51C5CF;
 }
</style>