Html Css Color HEX #31D5B9 Turquoise

📋 copy color: '#31D5B9'

red 49 ◦ green 213 ◦ blue 185

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

Shades of Turquoise #31D5B9

Tints of Turquoise #31D5B9

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.65%

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

R = 10.96%
G = 47.65%
B = 41.39%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.16

RGB Variations

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

Color information

#31D5B9 (or 0x31D5B9) is known color: Turquoise. HEX triplet: 31, D5 and B9. RGB value is (49,213,185). Sum of RGB (Red+Green+Blue) = 49+213+185=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 185 (72.66% from 255 or 41.39% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #31D5B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D5B9 is #CE2A46. Grayscale: #A0A0A0. Windows color (decimal): -13511239 or 12178737. OLE color: 12178737.

HSL color Cylindrical-coordinate representation of color #31D5B9: hue angle of 169.76º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D5B9 is Cyan = 0.77, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB 49 213 185 -
CMYK 0.77 0 0.13 0.16
HSL 169.76º 0.66% 0.51% -
HSV(B) 169.76º 0.77% 0.84% -
XYZ 33.82 51.74 54.1 -
YUV 160.77 141.67 48.28 -
System Red Green Blue C M Y K H S L
Decimal 49 213 185 0.77 0 0.13 0.16 169.76 0.66 0.51
Hex 31 D5 B9 4D 0 D 10 AA 42 33
Octal 61 325 271 115 0 15 20 252 102 63
Binary 110001 11010101 10111001 1001101 0 1101 10000 10101010 1000010 110011

Color Harmonies of #31D5B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D5B9

Black with #31D5B9

Text Example


Text Example

White with #31D5B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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