Html Css Color HEX #51FED0 Turquoise

📋 copy color: '#51FED0'

red 81 ◦ green 254 ◦ blue 208

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

Shades of Turquoise #51FED0

Tints of Turquoise #51FED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.31%

R = 14.92%
G = 46.78%
B = 38.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.00

RGB Variations

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

Color information

#51FED0 (or 0x51FED0) is known color: Turquoise. HEX triplet: 51, FE and D0. RGB value is (81,254,208). Sum of RGB (Red+Green+Blue) = 81+254+208=543 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.92% from 543); Green value is 254 (99.61% from 255 or 46.78% from 543); Blue value is 208 (81.64% from 255 or 38.31% from 543); Max value from RGB is 254 - color contains mainly: green. Hex color #51FED0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FED0 is #AE012F. Grayscale: #C5C5C5. Windows color (decimal): -11403568 or 13696593. OLE color: 13696593.

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

Color convert

RGB 81 254 208 -
CMYK 0.68 0 0.18 0.00
HSL 164.05º 0.99% 0.66% -
HSV(B) 164.05º 0.68% 1% -
XYZ 50.22 77.19 71.93 -
YUV 197.03 134.19 45.24 -
System Red Green Blue C M Y K H S L
Decimal 81 254 208 0.68 0 0.18 0.00 164.05 0.99 0.66
Hex 51 FE D0 44 0 12 0 A4 63 42
Octal 121 376 320 104 0 22 0 244 143 102
Binary 1010001 11111110 11010000 1000100 0 10010 0 10100100 1100011 1000010

Color Harmonies of #51FED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FED0

Black with #51FED0

Text Example


Text Example

White with #51FED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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