Html Css Color HEX #51ECEC Turquoise Blue

📋 copy color: '#51ECEC'

red 81 ◦ green 236 ◦ blue 236

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

Shades of Turquoise Blue #51ECEC

Tints of Turquoise Blue #51ECEC

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.68%

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

R = 14.65%
G = 42.68%
B = 42.68%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#51ECEC (or 0x51ECEC) is known color: Turquoise Blue. HEX triplet: 51, EC and EC. RGB value is (81,236,236). Sum of RGB (Red+Green+Blue) = 81+236+236=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 236 (92.58% from 255 or 42.68% from 553); Blue value is 236 (92.58% from 255 or 42.68% from 553); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #51ECEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #51ECEC is #AE1313. Grayscale: #BDBDBD. Windows color (decimal): -11408148 or 15526993. OLE color: 15526993.

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

Color convert

RGB 81 236 236 -
CMYK 0.66 0 0 0.07
HSL 180º 0.8% 0.62% -
HSV(B) 180º 0.66% 0.93% -
XYZ 48.53 67.8 89.89 -
YUV 189.66 154.15 50.5 -
System Red Green Blue C M Y K H S L
Decimal 81 236 236 0.66 0 0 0.07 180 0.8 0.62
Hex 51 EC EC 42 0 0 7 B4 50 3E
Octal 121 354 354 102 0 0 7 264 120 76
Binary 1010001 11101100 11101100 1000010 0 0 111 10110100 1010000 111110

Color Harmonies of #51ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECEC

Black with #51ECEC

Text Example


Text Example

White with #51ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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