Html Css Color HEX #31FDB0 Turquoise

📋 copy color: '#31FDB0'

red 49 ◦ green 253 ◦ blue 176

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

Shades of Turquoise #31FDB0

Tints of Turquoise #31FDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 52.93%

 BLUE value IS 176 (69.14% from 255) = 36.82%

R = 10.25%
G = 52.93%
B = 36.82%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#31FDB0 (or 0x31FDB0) is known color: Turquoise. HEX triplet: 31, FD and B0. RGB value is (49,253,176). Sum of RGB (Red+Green+Blue) = 49+253+176=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 253 (99.22% from 255 or 52.93% from 478); Blue value is 176 (69.14% from 255 or 36.82% from 478); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #31FDB0 is #CE024F. Grayscale: #B7B7B7. Windows color (decimal): -13501008 or 11599153. OLE color: 11599153.

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

Color convert

RGB 49 253 176 -
CMYK 0.81 0 0.30 0.01
HSL 157.35º 0.98% 0.59% -
HSV(B) 157.35º 0.81% 0.99% -
XYZ 44.23 74.04 53.03 -
YUV 183.23 123.91 32.26 -
System Red Green Blue C M Y K H S L
Decimal 49 253 176 0.81 0 0.30 0.01 157.35 0.98 0.59
Hex 31 FD B0 51 0 1E 1 9D 62 3B
Octal 61 375 260 121 0 36 1 235 142 73
Binary 110001 11111101 10110000 1010001 0 11110 1 10011101 1100010 111011

Color Harmonies of #31FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FDB0

Black with #31FDB0

Text Example


Text Example

White with #31FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,253,176); }

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

background-color css

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

 a { background-color: rgb(49,253,176); }

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

border-color css

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

 span { border-color: rgb(49,253,176); }

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