Html Css Color HEX #51ECC3 Turquoise

📋 copy color: '#51ECC3'

red 81 ◦ green 236 ◦ blue 195

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

Shades of Turquoise #51ECC3

Tints of Turquoise #51ECC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.09%

R = 15.82%
G = 46.09%
B = 38.09%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#51ECC3 (or 0x51ECC3) is known color: Turquoise. HEX triplet: 51, EC and C3. RGB value is (81,236,195). Sum of RGB (Red+Green+Blue) = 81+236+195=512 (67% of max value = 765). Red value is 81 (32.03% from 255 or 15.82% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 195 (76.56% from 255 or 38.09% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECC3 is #AE133C. Grayscale: #B8B8B8. Windows color (decimal): -11408189 or 12840017. OLE color: 12840017.

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

Color convert

RGB 81 236 195 -
CMYK 0.66 0 0.17 0.07
HSL 164.13º 0.8% 0.62% -
HSV(B) 164.13º 0.66% 0.93% -
XYZ 43.24 65.68 62.03 -
YUV 184.98 133.65 53.83 -
System Red Green Blue C M Y K H S L
Decimal 81 236 195 0.66 0 0.17 0.07 164.13 0.8 0.62
Hex 51 EC C3 42 0 11 7 A4 50 3E
Octal 121 354 303 102 0 21 7 244 120 76
Binary 1010001 11101100 11000011 1000010 0 10001 111 10100100 1010000 111110

Color Harmonies of #51ECC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECC3

Black with #51ECC3

Text Example


Text Example

White with #51ECC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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