Html Css Color HEX #31E9B7 Turquoise

📋 copy color: '#31E9B7'

red 49 ◦ green 233 ◦ blue 183

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

Shades of Turquoise #31E9B7

Tints of Turquoise #31E9B7

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.11%

 BLUE value IS 183 (71.88% from 255) = 39.35%

R = 10.54%
G = 50.11%
B = 39.35%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.21

 K value IS 0.09

RGB Variations

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

Color information

#31E9B7 (or 0x31E9B7) is known color: Turquoise. HEX triplet: 31, E9 and B7. RGB value is (49,233,183). Sum of RGB (Red+Green+Blue) = 49+233+183=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 233 (91.41% from 255 or 50.11% from 465); Blue value is 183 (71.88% from 255 or 39.35% from 465); Max value from RGB is 233 - color contains mainly: green. Hex color #31E9B7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E9B7 is #CE1648. Grayscale: #ACACAC. Windows color (decimal): -13506121 or 12052785. OLE color: 12052785.

HSL color Cylindrical-coordinate representation of color #31E9B7: hue angle of 163.7º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E9B7 is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.

Color convert

RGB 49 233 183 -
CMYK 0.79 0 0.21 0.09
HSL 163.7º 0.81% 0.55% -
HSV(B) 163.7º 0.79% 0.91% -
XYZ 38.95 62.35 54.78 -
YUV 172.28 134.04 40.07 -
System Red Green Blue C M Y K H S L
Decimal 49 233 183 0.79 0 0.21 0.09 163.7 0.81 0.55
Hex 31 E9 B7 4F 0 15 9 A4 51 37
Octal 61 351 267 117 0 25 11 244 121 67
Binary 110001 11101001 10110111 1001111 0 10101 1001 10100100 1010001 110111

Color Harmonies of #31E9B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E9B7

Black with #31E9B7

Text Example


Text Example

White with #31E9B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,233,183); }

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

background-color css

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

 a { background-color: rgb(49,233,183); }

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

border-color css

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

 span { border-color: rgb(49,233,183); }

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