#31CDE0

Color #31CDE0 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #31CDE0

Tints of Medium Turquoise #31CDE0

Color information

#31CDE0 (or 0x31CDE0) is unknown color: approx Medium Turquoise. HEX triplet: 31, CD and E0. RGB value is (49,205,224). Sum of RGB (Red+Green+Blue) = 49+205+224=478 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.25% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 224 (87.89% from 255 or 46.86% from 478); Max value from RGB is 224 - color contains mainly: blue. Hex color #31CDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CDE0 is #CE321F. Grayscale: #A0A0A0. Windows color (decimal): -13513248 or 14732593. OLE color: 14732593.

HSL color Cylindrical-coordinate representation of color #31CDE0: hue angle of 186.51º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #31CDE0 is Cyan = 0.78, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB49205224-
CMYK0.780.0800.12
HSL186.51º73.84%53.53%-
HSV(B)186.51º78.12%87.84%-
XYZ36.5549.778.19-
YUV160.52163.8248.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 10.25%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 224 (87.89% from 255) = 46.86%
R=10.25%
G=42.89%
B=46.86%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal492052240.780.0800.12186.5173.8453.53
Hex31CDE04E80Cbb4a36
Octal613153401161001427311266
Binary11000111001101111000001001110100001100101110111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #31CDE0;
 }
 .AnyTagClassName
 {
   color: #31CDE0;
 }
</style>
background-color css

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

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

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

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

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

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