Html Css Color HEX #31E4BB Turquoise

📋 copy color: '#31E4BB'

red 49 ◦ green 228 ◦ blue 187

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

Shades of Turquoise #31E4BB

Tints of Turquoise #31E4BB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 49.14%

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

R = 10.56%
G = 49.14%
B = 40.3%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#31E4BB (or 0x31E4BB) is known color: Turquoise. HEX triplet: 31, E4 and BB. RGB value is (49,228,187). Sum of RGB (Red+Green+Blue) = 49+228+187=464 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.56% from 464); Green value is 228 (89.45% from 255 or 49.14% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 228 - color contains mainly: green. Hex color #31E4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E4BB is #CE1B44. Grayscale: #A9A9A9. Windows color (decimal): -13507397 or 12313649. OLE color: 12313649.

HSL color Cylindrical-coordinate representation of color #31E4BB: hue angle of 166.26º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #31E4BB is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 49 228 187 -
CMYK 0.79 0 0.18 0.11
HSL 166.26º 0.77% 0.54% -
HSV(B) 166.26º 0.79% 0.89% -
XYZ 37.98 59.73 56.54 -
YUV 169.81 137.7 41.83 -
System Red Green Blue C M Y K H S L
Decimal 49 228 187 0.79 0 0.18 0.11 166.26 0.77 0.54
Hex 31 E4 BB 4F 0 12 B A6 4D 36
Octal 61 344 273 117 0 22 13 246 115 66
Binary 110001 11100100 10111011 1001111 0 10010 1011 10100110 1001101 110110

Color Harmonies of #31E4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E4BB

Black with #31E4BB

Text Example


Text Example

White with #31E4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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