Html Css Color HEX #31DBC2 Turquoise

📋 copy color: '#31DBC2'

red 49 ◦ green 219 ◦ blue 194

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

Shades of Turquoise #31DBC2

Tints of Turquoise #31DBC2

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 194 (76.17% from 255) = 41.99%

R = 10.61%
G = 47.4%
B = 41.99%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#31DBC2 (or 0x31DBC2) is known color: Turquoise. HEX triplet: 31, DB and C2. RGB value is (49,219,194). Sum of RGB (Red+Green+Blue) = 49+219+194=462 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.61% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 194 (76.17% from 255 or 41.99% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #31DBC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DBC2 is #CE243D. Grayscale: #A5A5A5. Windows color (decimal): -13509694 or 12770097. OLE color: 12770097.

HSL color Cylindrical-coordinate representation of color #31DBC2: hue angle of 171.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DBC2 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 219 194 -
CMYK 0.78 0 0.11 0.14
HSL 171.18º 0.7% 0.53% -
HSV(B) 171.18º 0.78% 0.86% -
XYZ 36.34 55.21 59.78 -
YUV 165.32 144.18 45.03 -
System Red Green Blue C M Y K H S L
Decimal 49 219 194 0.78 0 0.11 0.14 171.18 0.7 0.53
Hex 31 DB C2 4E 0 B E AB 46 35
Octal 61 333 302 116 0 13 16 253 106 65
Binary 110001 11011011 11000010 1001110 0 1011 1110 10101011 1000110 110101

Color Harmonies of #31DBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DBC2

Black with #31DBC2

Text Example


Text Example

White with #31DBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,219,194); }

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

background-color css

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

 a { background-color: rgb(49,219,194); }

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

border-color css

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

 span { border-color: rgb(49,219,194); }

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