Html Css Color HEX #31E6BC Turquoise

📋 copy color: '#31E6BC'

red 49 ◦ green 230 ◦ blue 188

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

Shades of Turquoise #31E6BC

Tints of Turquoise #31E6BC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 49.25%

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

R = 10.49%
G = 49.25%
B = 40.26%

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

#31E6BC (or 0x31E6BC) is known color: Turquoise. HEX triplet: 31, E6 and BC. RGB value is (49,230,188). Sum of RGB (Red+Green+Blue) = 49+230+188=467 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.49% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6BC is #CE1943. Grayscale: #ABABAB. Windows color (decimal): -13506884 or 12379697. OLE color: 12379697.

HSL color Cylindrical-coordinate representation of color #31E6BC: hue angle of 166.08º 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 #31E6BC is Cyan = 0.79, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB 49 230 188 -
CMYK 0.79 0 0.18 0.10
HSL 166.08º 0.78% 0.55% -
HSV(B) 166.08º 0.79% 0.9% -
XYZ 38.64 60.88 57.29 -
YUV 171.09 137.53 40.92 -
System Red Green Blue C M Y K H S L
Decimal 49 230 188 0.79 0 0.18 0.10 166.08 0.78 0.55
Hex 31 E6 BC 4F 0 12 A A6 4E 37
Octal 61 346 274 117 0 22 12 246 116 67
Binary 110001 11100110 10111100 1001111 0 10010 1010 10100110 1001110 110111

Color Harmonies of #31E6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E6BC

Black with #31E6BC

Text Example


Text Example

White with #31E6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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