Html Css Color HEX #31E5BB Turquoise

📋 copy color: '#31E5BB'

red 49 ◦ green 229 ◦ blue 187

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

Shades of Turquoise #31E5BB

Tints of Turquoise #31E5BB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 49.25%

 BLUE value IS 187 (73.44% from 255) = 40.22%

R = 10.54%
G = 49.25%
B = 40.22%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.10

RGB Variations

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

Color information

#31E5BB (or 0x31E5BB) is known color: Turquoise. HEX triplet: 31, E5 and BB. RGB value is (49,229,187). Sum of RGB (Red+Green+Blue) = 49+229+187=465 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.54% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #31E5BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E5BB is #CE1A44. Grayscale: #AAAAAA. Windows color (decimal): -13507141 or 12313905. OLE color: 12313905.

HSL color Cylindrical-coordinate representation of color #31E5BB: hue angle of 166º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E5BB is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 229 187 -
CMYK 0.79 0 0.18 0.10
HSL 166º 0.78% 0.55% -
HSV(B) 166º 0.79% 0.9% -
XYZ 38.26 60.28 56.63 -
YUV 170.39 137.37 41.42 -
System Red Green Blue C M Y K H S L
Decimal 49 229 187 0.79 0 0.18 0.10 166 0.78 0.55
Hex 31 E5 BB 4F 0 12 A A6 4E 37
Octal 61 345 273 117 0 22 12 246 116 67
Binary 110001 11100101 10111011 1001111 0 10010 1010 10100110 1001110 110111

Color Harmonies of #31E5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E5BB

Black with #31E5BB

Text Example


Text Example

White with #31E5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,229,187); }

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

background-color css

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

 a { background-color: rgb(49,229,187); }

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

border-color css

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

 span { border-color: rgb(49,229,187); }

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