Html Css Color HEX #51ECDD Turquoise

📋 copy color: '#51ECDD'

red 81 ◦ green 236 ◦ blue 221

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

Shades of Turquoise #51ECDD

Tints of Turquoise #51ECDD

RGB

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

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

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

R = 15.06%
G = 43.87%
B = 41.08%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.06

 K value IS 0.07

RGB Variations

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

Color information

#51ECDD (or 0x51ECDD) is known color: Turquoise. HEX triplet: 51, EC and DD. RGB value is (81,236,221). Sum of RGB (Red+Green+Blue) = 81+236+221=538 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.06% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #51ECDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51ECDD is #AE1322. Grayscale: #BBBBBB. Windows color (decimal): -11408163 or 14543953. OLE color: 14543953.

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

Color convert

RGB 81 236 221 -
CMYK 0.66 0 0.06 0.07
HSL 174.19º 0.8% 0.62% -
HSV(B) 174.19º 0.66% 0.93% -
XYZ 46.44 66.96 78.88 -
YUV 187.95 146.65 51.72 -
System Red Green Blue C M Y K H S L
Decimal 81 236 221 0.66 0 0.06 0.07 174.19 0.8 0.62
Hex 51 EC DD 42 0 6 7 AE 50 3E
Octal 121 354 335 102 0 6 7 256 120 76
Binary 1010001 11101100 11011101 1000010 0 110 111 10101110 1010000 111110

Color Harmonies of #51ECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51ECDD

Black with #51ECDD

Text Example


Text Example

White with #51ECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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