Html Css Color HEX #51E5CD Turquoise

📋 copy color: '#51E5CD'

red 81 ◦ green 229 ◦ blue 205

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

Shades of Turquoise #51E5CD

Tints of Turquoise #51E5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 44.47%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 15.73%
G = 44.47%
B = 39.81%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#51E5CD (or 0x51E5CD) is known color: Turquoise. HEX triplet: 51, E5 and CD. RGB value is (81,229,205). Sum of RGB (Red+Green+Blue) = 81+229+205=515 (68% of max value = 765). Red value is 81 (32.03% from 255 or 15.73% from 515); Green value is 229 (89.84% from 255 or 44.47% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 229 - color contains mainly: green. Hex color #51E5CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E5CD is #AE1A32. Grayscale: #B5B5B5. Windows color (decimal): -11409971 or 13493585. OLE color: 13493585.

HSL color Cylindrical-coordinate representation of color #51E5CD: hue angle of 170.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #51E5CD is Cyan = 0.65, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.

Color convert

RGB 81 229 205 -
CMYK 0.65 0 0.10 0.10
HSL 170.27º 0.74% 0.61% -
HSV(B) 170.27º 0.65% 0.9% -
XYZ 42.43 62.2 67.53 -
YUV 182.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 81 229 205 0.65 0 0.10 0.10 170.27 0.74 0.61
Hex 51 E5 CD 41 0 A A AA 4A 3D
Octal 121 345 315 101 0 12 12 252 112 75
Binary 1010001 11100101 11001101 1000001 0 1010 1010 10101010 1001010 111101

Color Harmonies of #51E5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E5CD

Black with #51E5CD

Text Example


Text Example

White with #51E5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,229,205); }

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

background-color css

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

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

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

border-color css

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

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

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