Html Css Color HEX #51FFDA Turquoise

📋 copy color: '#51FFDA'

red 81 ◦ green 255 ◦ blue 218

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

Shades of Turquoise #51FFDA

Tints of Turquoise #51FFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.35%

R = 14.62%
G = 46.03%
B = 39.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#51FFDA (or 0x51FFDA) is known color: Turquoise. HEX triplet: 51, FF and DA. RGB value is (81,255,218). Sum of RGB (Red+Green+Blue) = 81+255+218=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 218 (85.55% from 255 or 39.35% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #51FFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FFDA is #AE0025. Grayscale: #C6C6C6. Windows color (decimal): -11403302 or 14352209. OLE color: 14352209.

HSL color Cylindrical-coordinate representation of color #51FFDA: hue angle of 167.24º 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 #51FFDA is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB 81 255 218 -
CMYK 0.68 0 0.15 0
HSL 167.24º 1% 0.66% -
HSV(B) 167.24º 0.68% 1% -
XYZ 51.81 78.33 78.72 -
YUV 198.76 138.85 44.01 -
System Red Green Blue C M Y K H S L
Decimal 81 255 218 0.68 0 0.15 0 167.24 1 0.66
Hex 51 FF DA 44 0 F 0 A7 64 42
Octal 121 377 332 104 0 17 0 247 144 102
Binary 1010001 11111111 11011010 1000100 0 1111 0 10100111 1100100 1000010

Color Harmonies of #51FFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FFDA

Black with #51FFDA

Text Example


Text Example

White with #51FFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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