Html Css Color HEX #31D2BC Turquoise

📋 copy color: '#31D2BC'

red 49 ◦ green 210 ◦ blue 188

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

Shades of Turquoise #31D2BC

Tints of Turquoise #31D2BC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.98%

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

R = 10.96%
G = 46.98%
B = 42.06%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.10

 K value IS 0.18

RGB Variations

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

Color information

#31D2BC (or 0x31D2BC) is known color: Turquoise. HEX triplet: 31, D2 and BC. RGB value is (49,210,188). Sum of RGB (Red+Green+Blue) = 49+210+188=447 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.96% from 447); Green value is 210 (82.42% from 255 or 46.98% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 210 - color contains mainly: green. Hex color #31D2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2BC is #CE2D43. Grayscale: #9F9F9F. Windows color (decimal): -13512004 or 12374577. OLE color: 12374577.

HSL color Cylindrical-coordinate representation of color #31D2BC: hue angle of 171.8º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #31D2BC is Cyan = 0.77, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB 49 210 188 -
CMYK 0.77 0 0.10 0.18
HSL 171.8º 0.64% 0.51% -
HSV(B) 171.8º 0.77% 0.82% -
XYZ 33.39 50.38 55.54 -
YUV 159.35 144.16 49.29 -
System Red Green Blue C M Y K H S L
Decimal 49 210 188 0.77 0 0.10 0.18 171.8 0.64 0.51
Hex 31 D2 BC 4D 0 A 12 AC 40 33
Octal 61 322 274 115 0 12 22 254 100 63
Binary 110001 11010010 10111100 1001101 0 1010 10010 10101100 1000000 110011

Color Harmonies of #31D2BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D2BC

Black with #31D2BC

Text Example


Text Example

White with #31D2BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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