Html Css Color HEX #51FADF Turquoise

📋 copy color: '#51FADF'

red 81 ◦ green 250 ◦ blue 223

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

Shades of Turquoise #51FADF

Tints of Turquoise #51FADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.25%

R = 14.62%
G = 45.13%
B = 40.25%

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

#51FADF (or 0x51FADF) is known color: Turquoise. HEX triplet: 51, FA and DF. RGB value is (81,250,223). Sum of RGB (Red+Green+Blue) = 81+250+223=554 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.62% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #51FADF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FADF is #AE0520. Grayscale: #C4C4C4. Windows color (decimal): -11404577 or 14678609. OLE color: 14678609.

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

Color convert

RGB 81 250 223 -
CMYK 0.68 0 0.11 0.02
HSL 170.41º 0.94% 0.65% -
HSV(B) 170.41º 0.68% 0.98% -
XYZ 50.9 75.45 81.69 -
YUV 196.39 143.01 45.7 -
System Red Green Blue C M Y K H S L
Decimal 81 250 223 0.68 0 0.11 0.02 170.41 0.94 0.65
Hex 51 FA DF 44 0 B 2 AA 5E 41
Octal 121 372 337 104 0 13 2 252 136 101
Binary 1010001 11111010 11011111 1000100 0 1011 10 10101010 1011110 1000001

Color Harmonies of #51FADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FADF

Black with #51FADF

Text Example


Text Example

White with #51FADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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