Html Css Color HEX #51FECE Turquoise

📋 copy color: '#51FECE'

red 81 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #51FECE

Tints of Turquoise #51FECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.08%

R = 14.97%
G = 46.95%
B = 38.08%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#51FECE (or 0x51FECE) is known color: Turquoise. HEX triplet: 51, FE and CE. RGB value is (81,254,206). Sum of RGB (Red+Green+Blue) = 81+254+206=541 (71% of max value = 765). Red value is 81 (32.03% from 255 or 14.97% from 541); Green value is 254 (99.61% from 255 or 46.95% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 254 - color contains mainly: green. Hex color #51FECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FECE is #AE0131. Grayscale: #C4C4C4. Windows color (decimal): -11403570 or 13565521. OLE color: 13565521.

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

Color convert

RGB 81 254 206 -
CMYK 0.68 0 0.19 0.00
HSL 163.35º 0.99% 0.66% -
HSV(B) 163.35º 0.68% 1% -
XYZ 49.98 77.09 70.64 -
YUV 196.8 133.19 45.4 -
System Red Green Blue C M Y K H S L
Decimal 81 254 206 0.68 0 0.19 0.00 163.35 0.99 0.66
Hex 51 FE CE 44 0 13 0 A3 63 42
Octal 121 376 316 104 0 23 0 243 143 102
Binary 1010001 11111110 11001110 1000100 0 10011 0 10100011 1100011 1000010

Color Harmonies of #51FECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FECE

Black with #51FECE

Text Example


Text Example

White with #51FECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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