Html Css Color HEX #51FFDC Turquoise

📋 copy color: '#51FFDC'

red 81 ◦ green 255 ◦ blue 220

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

Shades of Turquoise #51FFDC

Tints of Turquoise #51FFDC

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 14.57%
G = 45.86%
B = 39.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#51FFDC (or 0x51FFDC) is known color: Turquoise. HEX triplet: 51, FF and DC. RGB value is (81,255,220). Sum of RGB (Red+Green+Blue) = 81+255+220=556 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.57% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFDC is #AE0023. Grayscale: #C6C6C6. Windows color (decimal): -11403300 or 14483281. OLE color: 14483281.

HSL color Cylindrical-coordinate representation of color #51FFDC: hue angle of 167.93º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FFDC is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 81 255 220 -
CMYK 0.68 0 0.14 0
HSL 167.93º 1% 0.66% -
HSV(B) 167.93º 0.68% 1% -
XYZ 52.07 78.44 80.11 -
YUV 198.98 139.85 43.85 -
System Red Green Blue C M Y K H S L
Decimal 81 255 220 0.68 0 0.14 0 167.93 1 0.66
Hex 51 FF DC 44 0 E 0 A8 64 42
Octal 121 377 334 104 0 16 0 250 144 102
Binary 1010001 11111111 11011100 1000100 0 1110 0 10101000 1100100 1000010

Color Harmonies of #51FFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FFDC

Black with #51FFDC

Text Example


Text Example

White with #51FFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,255,220); }

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

background-color css

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

 a { background-color: rgb(81,255,220); }

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

border-color css

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

 span { border-color: rgb(81,255,220); }

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