Html Css Color HEX #51FADE Turquoise

📋 copy color: '#51FADE'

red 81 ◦ green 250 ◦ blue 222

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

Shades of Turquoise #51FADE

Tints of Turquoise #51FADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 40.14%

R = 14.65%
G = 45.21%
B = 40.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#51FADE (or 0x51FADE) is known color: Turquoise. HEX triplet: 51, FA and DE. RGB value is (81,250,222). Sum of RGB (Red+Green+Blue) = 81+250+222=553 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.65% from 553); Green value is 250 (98.05% from 255 or 45.21% from 553); Blue value is 222 (87.11% from 255 or 40.14% from 553); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADE is #AE0521. Grayscale: #C4C4C4. Windows color (decimal): -11404578 or 14613073. OLE color: 14613073.

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

Color convert

RGB 81 250 222 -
CMYK 0.68 0 0.11 0.02
HSL 170.06º 0.94% 0.65% -
HSV(B) 170.06º 0.68% 0.98% -
XYZ 50.76 75.39 80.98 -
YUV 196.28 142.51 45.78 -
System Red Green Blue C M Y K H S L
Decimal 81 250 222 0.68 0 0.11 0.02 170.06 0.94 0.65
Hex 51 FA DE 44 0 B 2 AA 5E 41
Octal 121 372 336 104 0 13 2 252 136 101
Binary 1010001 11111010 11011110 1000100 0 1011 10 10101010 1011110 1000001

Color Harmonies of #51FADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FADE

Black with #51FADE

Text Example


Text Example

White with #51FADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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