Html Css Color HEX #51FEDC Turquoise

📋 copy color: '#51FEDC'

red 81 ◦ green 254 ◦ blue 220

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

Shades of Turquoise #51FEDC

Tints of Turquoise #51FEDC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.77%

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

R = 14.59%
G = 45.77%
B = 39.64%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#51FEDC (or 0x51FEDC) is known color: Turquoise. HEX triplet: 51, FE and DC. RGB value is (81,254,220). Sum of RGB (Red+Green+Blue) = 81+254+220=555 (73% of max value = 765). Red value is 81 (32.03% from 255 or 14.59% from 555); Green value is 254 (99.61% from 255 or 45.77% from 555); Blue value is 220 (86.33% from 255 or 39.64% from 555); Max value from RGB is 254 - color contains mainly: green. Hex color #51FEDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FEDC is #AE0123. Grayscale: #C6C6C6. Windows color (decimal): -11403556 or 14483025. OLE color: 14483025.

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

Color convert

RGB 81 254 220 -
CMYK 0.68 0 0.13 0.00
HSL 168.21º 0.99% 0.66% -
HSV(B) 168.21º 0.68% 1% -
XYZ 51.75 77.8 80 -
YUV 198.4 140.19 44.26 -
System Red Green Blue C M Y K H S L
Decimal 81 254 220 0.68 0 0.13 0.00 168.21 0.99 0.66
Hex 51 FE DC 44 0 D 0 A8 63 42
Octal 121 376 334 104 0 15 0 250 143 102
Binary 1010001 11111110 11011100 1000100 0 1101 0 10101000 1100011 1000010

Color Harmonies of #51FEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FEDC

Black with #51FEDC

Text Example


Text Example

White with #51FEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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