Html Css Color HEX #31D6DC Turquoise

📋 copy color: '#31D6DC'

red 49 ◦ green 214 ◦ blue 220

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

Shades of Turquoise #31D6DC

Tints of Turquoise #31D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.31%

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

R = 10.14%
G = 44.31%
B = 45.55%

CMYK

 C value IS 0.78

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#31D6DC (or 0x31D6DC) is known color: Turquoise. HEX triplet: 31, D6 and DC. RGB value is (49,214,220). Sum of RGB (Red+Green+Blue) = 49+214+220=483 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.14% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #31D6DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31D6DC is #CE2923. Grayscale: #A5A5A5. Windows color (decimal): -13510948 or 14472753. OLE color: 14472753.

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

Color convert

RGB 49 214 220 -
CMYK 0.78 0.03 0 0.14
HSL 182.11º 0.71% 0.53% -
HSV(B) 182.11º 0.78% 0.86% -
XYZ 38.23 53.91 76.1 -
YUV 165.35 158.84 45.01 -
System Red Green Blue C M Y K H S L
Decimal 49 214 220 0.78 0.03 0 0.14 182.11 0.71 0.53
Hex 31 D6 DC 4E 3 0 E B6 47 35
Octal 61 326 334 116 3 0 16 266 107 65
Binary 110001 11010110 11011100 1001110 11 0 1110 10110110 1000111 110101

Color Harmonies of #31D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31D6DC

Black with #31D6DC

Text Example


Text Example

White with #31D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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