Html Css Color HEX #31FDB9 Turquoise

📋 copy color: '#31FDB9'

red 49 ◦ green 253 ◦ blue 185

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

Shades of Turquoise #31FDB9

Tints of Turquoise #31FDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.99%

R = 10.06%
G = 51.95%
B = 37.99%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.27

 K value IS 0.01

RGB Variations

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

Color information

#31FDB9 (or 0x31FDB9) is known color: Turquoise. HEX triplet: 31, FD and B9. RGB value is (49,253,185). Sum of RGB (Red+Green+Blue) = 49+253+185=487 (64% of max value = 765). Red value is 49 (19.53% from 255 or 10.06% from 487); Green value is 253 (99.22% from 255 or 51.95% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 253 - color contains mainly: green. Hex color #31FDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31FDB9 is #CE0246. Grayscale: #B8B8B8. Windows color (decimal): -13500999 or 12188977. OLE color: 12188977.

HSL color Cylindrical-coordinate representation of color #31FDB9: hue angle of 160º 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 #31FDB9 is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB 49 253 185 -
CMYK 0.81 0 0.27 0.01
HSL 160º 0.98% 0.59% -
HSV(B) 160º 0.81% 0.99% -
XYZ 45.15 74.41 57.88 -
YUV 184.25 128.41 31.53 -
System Red Green Blue C M Y K H S L
Decimal 49 253 185 0.81 0 0.27 0.01 160 0.98 0.59
Hex 31 FD B9 51 0 1B 1 A0 62 3B
Octal 61 375 271 121 0 33 1 240 142 73
Binary 110001 11111101 10111001 1010001 0 11011 1 10100000 1100010 111011

Color Harmonies of #31FDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31FDB9

Black with #31FDB9

Text Example


Text Example

White with #31FDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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