Html Css Color HEX #31E1BC Turquoise

📋 copy color: '#31E1BC'

red 49 ◦ green 225 ◦ blue 188

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

Shades of Turquoise #31E1BC

Tints of Turquoise #31E1BC

RGB

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

 GREEN value IS 225 (88.28% from 255) = 48.7%

 BLUE value IS 188 (73.83% from 255) = 40.69%

R = 10.61%
G = 48.7%
B = 40.69%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#31E1BC (or 0x31E1BC) is known color: Turquoise. HEX triplet: 31, E1 and BC. RGB value is (49,225,188). Sum of RGB (Red+Green+Blue) = 49+225+188=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #31E1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31E1BC is #CE1E43. Grayscale: #A8A8A8. Windows color (decimal): -13508164 or 12378417. OLE color: 12378417.

HSL color Cylindrical-coordinate representation of color #31E1BC: hue angle of 167.39º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31E1BC is Cyan = 0.78, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 49 225 188 -
CMYK 0.78 0 0.16 0.12
HSL 167.39º 0.75% 0.54% -
HSV(B) 167.39º 0.78% 0.88% -
XYZ 37.27 58.13 56.83 -
YUV 168.16 139.19 43.01 -
System Red Green Blue C M Y K H S L
Decimal 49 225 188 0.78 0 0.16 0.12 167.39 0.75 0.54
Hex 31 E1 BC 4E 0 10 C A7 4B 36
Octal 61 341 274 116 0 20 14 247 113 66
Binary 110001 11100001 10111100 1001110 0 10000 1100 10100111 1001011 110110

Color Harmonies of #31E1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E1BC

Black with #31E1BC

Text Example


Text Example

White with #31E1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,225,188); }

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

background-color css

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

 a { background-color: rgb(49,225,188); }

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

border-color css

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

 span { border-color: rgb(49,225,188); }

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