Html Css Color HEX #51E7DD Turquoise

📋 copy color: '#51E7DD'

red 81 ◦ green 231 ◦ blue 221

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

Shades of Turquoise #51E7DD

Tints of Turquoise #51E7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 43.34%

 BLUE value IS 221 (86.72% from 255) = 41.46%

R = 15.2%
G = 43.34%
B = 41.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#51E7DD (or 0x51E7DD) is known color: Turquoise. HEX triplet: 51, E7 and DD. RGB value is (81,231,221). Sum of RGB (Red+Green+Blue) = 81+231+221=533 (70% of max value = 765). Red value is 81 (32.03% from 255 or 15.20% from 533); Green value is 231 (90.62% from 255 or 43.34% from 533); Blue value is 221 (86.72% from 255 or 41.46% from 533); Max value from RGB is 231 - color contains mainly: green. Hex color #51E7DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51E7DD is #AE1822. Grayscale: #B8B8B8. Windows color (decimal): -11409443 or 14542673. OLE color: 14542673.

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

Color convert

RGB 81 231 221 -
CMYK 0.65 0 0.04 0.09
HSL 176º 0.76% 0.61% -
HSV(B) 176º 0.65% 0.91% -
XYZ 45.02 64.12 78.41 -
YUV 185.01 148.31 53.81 -
System Red Green Blue C M Y K H S L
Decimal 81 231 221 0.65 0 0.04 0.09 176 0.76 0.61
Hex 51 E7 DD 41 0 4 9 B0 4C 3D
Octal 121 347 335 101 0 4 11 260 114 75
Binary 1010001 11100111 11011101 1000001 0 100 1001 10110000 1001100 111101

Color Harmonies of #51E7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51E7DD

Black with #51E7DD

Text Example


Text Example

White with #51E7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,231,221); }

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

background-color css

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

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

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

border-color css

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

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

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