Html Css Color HEX #51DEEC Turquoise Blue

📋 copy color: '#51DEEC'

red 81 ◦ green 222 ◦ blue 236

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

Shades of Turquoise Blue #51DEEC

Tints of Turquoise Blue #51DEEC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.19%

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

R = 15.03%
G = 41.19%
B = 43.78%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51DEEC (or 0x51DEEC) is known color: Turquoise Blue. HEX triplet: 51, DE and EC. RGB value is (81,222,236). Sum of RGB (Red+Green+Blue) = 81+222+236=539 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.03% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 236 (92.58% from 255 or 43.78% from 539); Max value from RGB is 236 - color contains mainly: blue. Hex color #51DEEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #51DEEC is #AE2113. Grayscale: #B5B5B5. Windows color (decimal): -11411732 or 15523409. OLE color: 15523409.

HSL color Cylindrical-coordinate representation of color #51DEEC: hue angle of 185.42º 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 #51DEEC is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 222 236 -
CMYK 0.66 0.06 0 0.07
HSL 185.42º 0.8% 0.62% -
HSV(B) 185.42º 0.66% 0.93% -
XYZ 44.65 60.05 88.59 -
YUV 181.44 158.79 56.36 -
System Red Green Blue C M Y K H S L
Decimal 81 222 236 0.66 0.06 0 0.07 185.42 0.8 0.62
Hex 51 DE EC 42 6 0 7 B9 50 3E
Octal 121 336 354 102 6 0 7 271 120 76
Binary 1010001 11011110 11101100 1000010 110 0 111 10111001 1010000 111110

Color Harmonies of #51DEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51DEEC

Black with #51DEEC

Text Example


Text Example

White with #51DEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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