Html Css Color HEX #31CCDD Medium Turquoise

📋 copy color: '#31CCDD'

red 49 ◦ green 204 ◦ blue 221

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

Shades of Medium Turquoise #31CCDD

Tints of Medium Turquoise #31CCDD

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.04%

 BLUE value IS 221 (86.72% from 255) = 46.62%

R = 10.34%
G = 43.04%
B = 46.62%

CMYK

 C value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31CCDD (or 0x31CCDD) is known color: Medium Turquoise. HEX triplet: 31, CC and DD. RGB value is (49,204,221). Sum of RGB (Red+Green+Blue) = 49+204+221=474 (62% of max value = 765). Red value is 49 (19.53% from 255 or 10.34% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #31CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CCDD is #CE3322. Grayscale: #9F9F9F. Windows color (decimal): -13513507 or 14535729. OLE color: 14535729.

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

Color convert

RGB 49 204 221 -
CMYK 0.78 0.08 0 0.13
HSL 185.93º 0.72% 0.53% -
HSV(B) 185.93º 0.78% 0.87% -
XYZ 35.91 49.06 75.98 -
YUV 159.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 49 204 221 0.78 0.08 0 0.13 185.93 0.72 0.53
Hex 31 CC DD 4E 8 0 D BA 48 35
Octal 61 314 335 116 10 0 15 272 110 65
Binary 110001 11001100 11011101 1001110 1000 0 1101 10111010 1001000 110101

Color Harmonies of #31CCDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CCDD

Black with #31CCDD

Text Example


Text Example

White with #31CCDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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