Html Css Color HEX #31CEDE Medium Turquoise

📋 copy color: '#31CEDE'

red 49 ◦ green 206 ◦ blue 222

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

Shades of Medium Turquoise #31CEDE

Tints of Medium Turquoise #31CEDE

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.19%

 BLUE value IS 222 (87.11% from 255) = 46.54%

R = 10.27%
G = 43.19%
B = 46.54%

CMYK

 C value IS 0.78

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#31CEDE (or 0x31CEDE) is known color: Medium Turquoise. HEX triplet: 31, CE and DE. RGB value is (49,206,222). Sum of RGB (Red+Green+Blue) = 49+206+222=477 (63% of max value = 765). Red value is 49 (19.53% from 255 or 10.27% from 477); Green value is 206 (80.86% from 255 or 43.19% from 477); Blue value is 222 (87.11% from 255 or 46.54% from 477); Max value from RGB is 222 - color contains mainly: blue. Hex color #31CEDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEDE is #CE3121. Grayscale: #A0A0A0. Windows color (decimal): -13512994 or 14601777. OLE color: 14601777.

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

Color convert

RGB 49 206 222 -
CMYK 0.78 0.07 0 0.13
HSL 185.55º 0.72% 0.53% -
HSV(B) 185.55º 0.78% 0.87% -
XYZ 36.52 50.07 76.85 -
YUV 160.88 162.49 48.2 -
System Red Green Blue C M Y K H S L
Decimal 49 206 222 0.78 0.07 0 0.13 185.55 0.72 0.53
Hex 31 CE DE 4E 7 0 D BA 48 35
Octal 61 316 336 116 7 0 15 272 110 65
Binary 110001 11001110 11011110 1001110 111 0 1101 10111010 1001000 110101

Color Harmonies of #31CEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEDE

Black with #31CEDE

Text Example


Text Example

White with #31CEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,206,222); }

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

background-color css

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

 a { background-color: rgb(49,206,222); }

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

border-color css

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

 span { border-color: rgb(49,206,222); }

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