Html Css Color HEX #31DDCD Turquoise

📋 copy color: '#31DDCD'

red 49 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #31DDCD

Tints of Turquoise #31DDCD

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.53%

 BLUE value IS 205 (80.47% from 255) = 43.16%

R = 10.32%
G = 46.53%
B = 43.16%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#31DDCD (or 0x31DDCD) is known color: Turquoise. HEX triplet: 31, DD and CD. RGB value is (49,221,205). Sum of RGB (Red+Green+Blue) = 49+221+205=475 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.32% from 475); Green value is 221 (86.72% from 255 or 46.53% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 221 - color contains mainly: green. Hex color #31DDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31DDCD is #CE2232. Grayscale: #A7A7A7. Windows color (decimal): -13509171 or 13491505. OLE color: 13491505.

HSL color Cylindrical-coordinate representation of color #31DDCD: hue angle of 174.42º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31DDCD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 221 205 -
CMYK 0.78 0 0.07 0.13
HSL 174.42º 0.72% 0.53% -
HSV(B) 174.42º 0.78% 0.87% -
XYZ 38.14 56.77 66.71 -
YUV 167.75 149.02 43.3 -
System Red Green Blue C M Y K H S L
Decimal 49 221 205 0.78 0 0.07 0.13 174.42 0.72 0.53
Hex 31 DD CD 4E 0 7 D AE 48 35
Octal 61 335 315 116 0 7 15 256 110 65
Binary 110001 11011101 11001101 1001110 0 111 1101 10101110 1001000 110101

Color Harmonies of #31DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31DDCD

Black with #31DDCD

Text Example


Text Example

White with #31DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,221,205); }

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

background-color css

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

 a { background-color: rgb(49,221,205); }

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

border-color css

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

 span { border-color: rgb(49,221,205); }

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