Html Css Color HEX #31DCC0 Turquoise

📋 copy color: '#31DCC0'

red 49 ◦ green 220 ◦ blue 192

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

Shades of Turquoise #31DCC0

Tints of Turquoise #31DCC0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.72%

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 10.63%
G = 47.72%
B = 41.65%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#31DCC0 (or 0x31DCC0) is known color: Turquoise. HEX triplet: 31, DC and C0. RGB value is (49,220,192). Sum of RGB (Red+Green+Blue) = 49+220+192=461 (61% of max value = 765). Red value is 49 (19.53% from 255 or 10.63% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 220 - color contains mainly: green. Hex color #31DCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DCC0 is #CE233F. Grayscale: #A5A5A5. Windows color (decimal): -13509440 or 12639281. OLE color: 12639281.

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

Color convert

RGB 49 220 192 -
CMYK 0.78 0 0.13 0.14
HSL 170.18º 0.71% 0.53% -
HSV(B) 170.18º 0.78% 0.86% -
XYZ 36.37 55.65 58.69 -
YUV 165.68 142.85 44.78 -
System Red Green Blue C M Y K H S L
Decimal 49 220 192 0.78 0 0.13 0.14 170.18 0.71 0.53
Hex 31 DC C0 4E 0 D E AA 47 35
Octal 61 334 300 116 0 15 16 252 107 65
Binary 110001 11011100 11000000 1001110 0 1101 1110 10101010 1000111 110101

Color Harmonies of #31DCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCC0

Black with #31DCC0

Text Example


Text Example

White with #31DCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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