Html Css Color HEX #51FECA Turquoise

📋 copy color: '#51FECA'

red 81 ◦ green 254 ◦ blue 202

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

Shades of Turquoise #51FECA

Tints of Turquoise #51FECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.62%

R = 15.08%
G = 47.3%
B = 37.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.00

RGB Variations

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

Color information

#51FECA (or 0x51FECA) is known color: Turquoise. HEX triplet: 51, FE and CA. RGB value is (81,254,202). Sum of RGB (Red+Green+Blue) = 81+254+202=537 (71% of max value = 765). Red value is 81 (32.03% from 255 or 15.08% from 537); Green value is 254 (99.61% from 255 or 47.30% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 254 - color contains mainly: green. Hex color #51FECA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #51FECA is #AE0135. Grayscale: #C4C4C4. Windows color (decimal): -11403574 or 13303377. OLE color: 13303377.

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

Color convert

RGB 81 254 202 -
CMYK 0.68 0 0.20 0.00
HSL 161.97º 0.99% 0.66% -
HSV(B) 161.97º 0.68% 1% -
XYZ 49.5 76.9 68.11 -
YUV 196.35 131.19 45.73 -
System Red Green Blue C M Y K H S L
Decimal 81 254 202 0.68 0 0.20 0.00 161.97 0.99 0.66
Hex 51 FE CA 44 0 14 0 A2 63 42
Octal 121 376 312 104 0 24 0 242 143 102
Binary 1010001 11111110 11001010 1000100 0 10100 0 10100010 1100011 1000010

Color Harmonies of #51FECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51FECA

Black with #51FECA

Text Example


Text Example

White with #51FECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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