Html Css Color HEX #51FADD Turquoise

📋 copy color: '#51FADD'

red 81 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #51FADD

Tints of Turquoise #51FADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.29%

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

R = 14.67%
G = 45.29%
B = 40.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#51FADD (or 0x51FADD) is known color: Turquoise. HEX triplet: 51, FA and DD. RGB value is (81,250,221). Sum of RGB (Red+Green+Blue) = 81+250+221=552 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.67% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADD is #AE0522. Grayscale: #C4C4C4. Windows color (decimal): -11404579 or 14547537. OLE color: 14547537.

HSL color Cylindrical-coordinate representation of color #51FADD: hue angle of 169.7º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #51FADD is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 250 221 -
CMYK 0.68 0 0.12 0.02
HSL 169.7º 0.94% 0.65% -
HSV(B) 169.7º 0.68% 0.98% -
XYZ 50.63 75.34 80.28 -
YUV 196.16 142.01 45.86 -
System Red Green Blue C M Y K H S L
Decimal 81 250 221 0.68 0 0.12 0.02 169.7 0.94 0.65
Hex 51 FA DD 44 0 C 2 AA 5E 41
Octal 121 372 335 104 0 14 2 252 136 101
Binary 1010001 11111010 11011101 1000100 0 1100 10 10101010 1011110 1000001

Color Harmonies of #51FADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FADD

Black with #51FADD

Text Example


Text Example

White with #51FADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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