Html Css Color HEX #51CFEC Turquoise Blue

📋 copy color: '#51CFEC'

red 81 ◦ green 207 ◦ blue 236

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

Shades of Turquoise Blue #51CFEC

Tints of Turquoise Blue #51CFEC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 39.5%

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 15.46%
G = 39.5%
B = 45.04%

CMYK

 C value IS 0.66

 M value IS 0.12

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51CFEC (or 0x51CFEC) is known color: Turquoise Blue. HEX triplet: 51, CF and EC. RGB value is (81,207,236). Sum of RGB (Red+Green+Blue) = 81+207+236=524 (69% of max value = 765). Red value is 81 (32.03% from 255 or 15.46% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #51CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51CFEC is #AE3013. Grayscale: #ACACAC. Windows color (decimal): -11415572 or 15519569. OLE color: 15519569.

HSL color Cylindrical-coordinate representation of color #51CFEC: hue angle of 191.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #51CFEC is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 207 236 -
CMYK 0.66 0.12 0 0.07
HSL 191.23º 0.8% 0.62% -
HSV(B) 191.23º 0.66% 0.93% -
XYZ 40.85 52.43 87.32 -
YUV 172.63 163.76 62.64 -
System Red Green Blue C M Y K H S L
Decimal 81 207 236 0.66 0.12 0 0.07 191.23 0.8 0.62
Hex 51 CF EC 42 C 0 7 BF 50 3E
Octal 121 317 354 102 14 0 7 277 120 76
Binary 1010001 11001111 11101100 1000010 1100 0 111 10111111 1010000 111110

Color Harmonies of #51CFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51CFEC

Black with #51CFEC

Text Example


Text Example

White with #51CFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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