Html Css Color HEX #31DCD3 Turquoise

📋 copy color: '#31DCD3'

red 49 ◦ green 220 ◦ blue 211

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

Shades of Turquoise #31DCD3

Tints of Turquoise #31DCD3

RGB

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

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

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

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

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

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

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

Color convert

RGB 49 220 211 -
CMYK 0.78 0 0.04 0.14
HSL 176.84º 0.71% 0.53% -
HSV(B) 176.84º 0.78% 0.86% -
XYZ 38.62 56.54 70.51 -
YUV 167.85 152.35 43.23 -
System Red Green Blue C M Y K H S L
Decimal 49 220 211 0.78 0 0.04 0.14 176.84 0.71 0.53
Hex 31 DC D3 4E 0 4 E B1 47 35
Octal 61 334 323 116 0 4 16 261 107 65
Binary 110001 11011100 11010011 1001110 0 100 1110 10110001 1000111 110101

Color Harmonies of #31DCD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DCD3

Black with #31DCD3

Text Example


Text Example

White with #31DCD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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