Html Css Color HEX #51E4DE Turquoise

📋 copy color: '#51E4DE'

red 81 ◦ green 228 ◦ blue 222

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

Shades of Turquoise #51E4DE

Tints of Turquoise #51E4DE

RGB

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

 GREEN value IS 228 (89.45% from 255) = 42.94%

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 15.25%
G = 42.94%
B = 41.81%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#51E4DE (or 0x51E4DE) is known color: Turquoise. HEX triplet: 51, E4 and DE. RGB value is (81,228,222). Sum of RGB (Red+Green+Blue) = 81+228+222=531 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.25% from 531); Green value is 228 (89.45% from 255 or 42.94% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 228 - color contains mainly: green. Hex color #51E4DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51E4DE is #AE1B21. Grayscale: #B7B7B7. Windows color (decimal): -11410210 or 14607441. OLE color: 14607441.

HSL color Cylindrical-coordinate representation of color #51E4DE: hue angle of 177.55º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #51E4DE is Cyan = 0.64, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB 81 228 222 -
CMYK 0.64 0 0.03 0.11
HSL 177.55º 0.73% 0.61% -
HSV(B) 177.55º 0.64% 0.89% -
XYZ 44.32 62.51 78.84 -
YUV 183.36 149.8 54.99 -
System Red Green Blue C M Y K H S L
Decimal 81 228 222 0.64 0 0.03 0.11 177.55 0.73 0.61
Hex 51 E4 DE 40 0 3 B B2 49 3D
Octal 121 344 336 100 0 3 13 262 111 75
Binary 1010001 11100100 11011110 1000000 0 11 1011 10110010 1001001 111101

Color Harmonies of #51E4DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E4DE

Black with #51E4DE

Text Example


Text Example

White with #51E4DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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