Html Css Color HEX #31CDE0 Medium Turquoise

📋 copy color: '#31CDE0'

red 49 ◦ green 205 ◦ blue 224

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

Shades of Medium Turquoise #31CDE0

Tints of Medium Turquoise #31CDE0

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 value IS 0.78

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#31CDE0 (or 0x31CDE0) is known color: 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

RGB 49 205 224 -
CMYK 0.78 0.08 0 0.12
HSL 186.51º 0.74% 0.54% -
HSV(B) 186.51º 0.78% 0.88% -
XYZ 36.55 49.7 78.19 -
YUV 160.52 163.82 48.46 -
System Red Green Blue C M Y K H S L
Decimal 49 205 224 0.78 0.08 0 0.12 186.51 0.74 0.54
Hex 31 CD E0 4E 8 0 C BB 4A 36
Octal 61 315 340 116 10 0 14 273 112 66
Binary 110001 11001101 11100000 1001110 1000 0 1100 10111011 1001010 110110

Color Harmonies of #31CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CDE0

Black with #31CDE0

Text Example


Text Example

White with #31CDE0

Text Example


Text Example

HTML Codes & Css Web 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>