Html Css Color HEX #51E9CA Turquoise

📋 copy color: '#51E9CA'

red 81 ◦ green 233 ◦ blue 202

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

Shades of Turquoise #51E9CA

Tints of Turquoise #51E9CA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 45.16%

 BLUE value IS 202 (79.3% from 255) = 39.15%

R = 15.7%
G = 45.16%
B = 39.15%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#51E9CA (or 0x51E9CA) is known color: Turquoise. HEX triplet: 51, E9 and CA. RGB value is (81,233,202). Sum of RGB (Red+Green+Blue) = 81+233+202=516 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.70% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #51E9CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E9CA is #AE1635. Grayscale: #B7B7B7. Windows color (decimal): -11408950 or 13298001. OLE color: 13298001.

HSL color Cylindrical-coordinate representation of color #51E9CA: hue angle of 167.76º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E9CA is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB 81 233 202 -
CMYK 0.65 0 0.13 0.09
HSL 167.76º 0.78% 0.62% -
HSV(B) 167.76º 0.65% 0.91% -
XYZ 43.19 64.29 66.01 -
YUV 184.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 81 233 202 0.65 0 0.13 0.09 167.76 0.78 0.62
Hex 51 E9 CA 41 0 D 9 A8 4E 3E
Octal 121 351 312 101 0 15 11 250 116 76
Binary 1010001 11101001 11001010 1000001 0 1101 1001 10101000 1001110 111110

Color Harmonies of #51E9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E9CA

Black with #51E9CA

Text Example


Text Example

White with #51E9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,233,202); }

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

background-color css

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

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

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

border-color css

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

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

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