Html Css Color HEX #31D2DB Turquoise

📋 copy color: '#31D2DB'

red 49 ◦ green 210 ◦ blue 219

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

Shades of Turquoise #31D2DB

Tints of Turquoise #31D2DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.82%

R = 10.25%
G = 43.93%
B = 45.82%

CMYK

 C value IS 0.78

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31D2DB (or 0x31D2DB) is known color: Turquoise. HEX triplet: 31, D2 and DB. RGB value is (49,210,219). Sum of RGB (Red+Green+Blue) = 49+210+219=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #31D2DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D2DB is #CE2D24. Grayscale: #A2A2A2. Windows color (decimal): -13511973 or 14406193. OLE color: 14406193.

HSL color Cylindrical-coordinate representation of color #31D2DB: hue angle of 183.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 #31D2DB is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 49 210 219 -
CMYK 0.78 0.04 0 0.14
HSL 183.18º 0.7% 0.53% -
HSV(B) 183.18º 0.78% 0.86% -
XYZ 37.1 51.86 75.07 -
YUV 162.89 159.66 46.77 -
System Red Green Blue C M Y K H S L
Decimal 49 210 219 0.78 0.04 0 0.14 183.18 0.7 0.53
Hex 31 D2 DB 4E 4 0 E B7 46 35
Octal 61 322 333 116 4 0 16 267 106 65
Binary 110001 11010010 11011011 1001110 100 0 1110 10110111 1000110 110101

Color Harmonies of #31D2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D2DB

Black with #31D2DB

Text Example


Text Example

White with #31D2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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