Html Css Color HEX #31FEC9 Turquoise

📋 copy color: '#31FEC9'

red 49 ◦ green 254 ◦ blue 201

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

Shades of Turquoise #31FEC9

Tints of Turquoise #31FEC9

RGB

 RED value IS 49 (19.53% from 255) = 9.72%

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

 BLUE value IS 201 (78.91% from 255) = 39.88%

R = 9.72%
G = 50.4%
B = 39.88%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.21

 K value IS 0.00

RGB Variations

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

Color information

#31FEC9 (or 0x31FEC9) is known color: Turquoise. HEX triplet: 31, FE and C9. RGB value is (49,254,201). Sum of RGB (Red+Green+Blue) = 49+254+201=504 (66% of max value = 765). Red value is 49 (19.53% from 255 or 9.72% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 201 (78.91% from 255 or 39.88% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #31FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FEC9 is #CE0136. Grayscale: #BABABA. Windows color (decimal): -13500727 or 13237809. OLE color: 13237809.

HSL color Cylindrical-coordinate representation of color #31FEC9: hue angle of 164.49º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #31FEC9 is Cyan = 0.81, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.

Color convert

RGB 49 254 201 -
CMYK 0.81 0 0.21 0.00
HSL 164.49º 0.99% 0.59% -
HSV(B) 164.49º 0.81% 1% -
XYZ 47.25 75.75 67.39 -
YUV 186.66 136.08 29.81 -
System Red Green Blue C M Y K H S L
Decimal 49 254 201 0.81 0 0.21 0.00 164.49 0.99 0.59
Hex 31 FE C9 51 0 15 0 A4 63 3B
Octal 61 376 311 121 0 25 0 244 143 73
Binary 110001 11111110 11001001 1010001 0 10101 0 10100100 1100011 111011

Color Harmonies of #31FEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FEC9

Black with #31FEC9

Text Example


Text Example

White with #31FEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31FEC9; }

 p { color: rgb(49,254,201); }

 H1.HeaderClassName
 {
   color: #31FEC9;
 }
 .AnyTagClassName
 {
   color: #31FEC9;
 }
</style>

background-color css

<style>
 a { background-color: #31FEC9; }

 a { background-color: rgb(49,254,201); }

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

border-color css

<style>
 span { border-color: #31FEC9; }

 span { border-color: rgb(49,254,201); }

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