Html Css Color HEX #31D3DC Turquoise

📋 copy color: '#31D3DC'

red 49 ◦ green 211 ◦ blue 220

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

Shades of Turquoise #31D3DC

Tints of Turquoise #31D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.96%

 BLUE value IS 220 (86.33% from 255) = 45.83%

R = 10.21%
G = 43.96%
B = 45.83%

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

#31D3DC (or 0x31D3DC) is known color: Turquoise. HEX triplet: 31, D3 and DC. RGB value is (49,211,220). Sum of RGB (Red+Green+Blue) = 49+211+220=480 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.21% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 220 (86.33% from 255 or 45.83% from 480); Max value from RGB is 220 - color contains mainly: blue. Hex color #31D3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D3DC is #CE2C23. Grayscale: #A3A3A3. Windows color (decimal): -13511716 or 14471985. OLE color: 14471985.

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

Color convert

RGB 49 211 220 -
CMYK 0.78 0.04 0 0.14
HSL 183.16º 0.71% 0.53% -
HSV(B) 183.16º 0.78% 0.86% -
XYZ 37.48 52.41 75.85 -
YUV 163.59 159.83 46.27 -
System Red Green Blue C M Y K H S L
Decimal 49 211 220 0.78 0.04 0 0.14 183.16 0.71 0.53
Hex 31 D3 DC 4E 4 0 E B7 47 35
Octal 61 323 334 116 4 0 16 267 107 65
Binary 110001 11010011 11011100 1001110 100 0 1110 10110111 1000111 110101

Color Harmonies of #31D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D3DC

Black with #31D3DC

Text Example


Text Example

White with #31D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,211,220); }

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

background-color css

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

 a { background-color: rgb(49,211,220); }

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

border-color css

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

 span { border-color: rgb(49,211,220); }

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