Html Css Color HEX #31E6DB Turquoise

📋 copy color: '#31E6DB'

red 49 ◦ green 230 ◦ blue 219

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

Shades of Turquoise #31E6DB

Tints of Turquoise #31E6DB

RGB

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

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

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

R = 9.84%
G = 46.18%
B = 43.98%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#31E6DB (or 0x31E6DB) is known color: Turquoise. HEX triplet: 31, E6 and DB. RGB value is (49,230,219). Sum of RGB (Red+Green+Blue) = 49+230+219=498 (65% of max value = 765). Red value is 49 (19.53% from 255 or 9.84% from 498); Green value is 230 (90.23% from 255 or 46.18% from 498); Blue value is 219 (85.94% from 255 or 43.98% from 498); Max value from RGB is 230 - color contains mainly: green. Hex color #31E6DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #31E6DB is #CE1924. Grayscale: #AEAEAE. Windows color (decimal): -13506853 or 14411313. OLE color: 14411313.

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

Color convert

RGB 49 230 219 -
CMYK 0.79 0 0.05 0.10
HSL 176.35º 0.78% 0.55% -
HSV(B) 176.35º 0.79% 0.9% -
XYZ 42.35 62.36 76.82 -
YUV 174.63 153.03 38.39 -
System Red Green Blue C M Y K H S L
Decimal 49 230 219 0.79 0 0.05 0.10 176.35 0.78 0.55
Hex 31 E6 DB 4F 0 5 A B0 4E 37
Octal 61 346 333 117 0 5 12 260 116 67
Binary 110001 11100110 11011011 1001111 0 101 1010 10110000 1001110 110111

Color Harmonies of #31E6DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31E6DB

Black with #31E6DB

Text Example


Text Example

White with #31E6DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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