Html Css Color HEX #31CEC9 Medium Turquoise

📋 copy color: '#31CEC9'

red 49 ◦ green 206 ◦ blue 201

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

Shades of Medium Turquoise #31CEC9

Tints of Medium Turquoise #31CEC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.08%

R = 10.75%
G = 45.18%
B = 44.08%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#31CEC9 (or 0x31CEC9) is known color: Medium Turquoise. HEX triplet: 31, CE and C9. RGB value is (49,206,201). Sum of RGB (Red+Green+Blue) = 49+206+201=456 (60% of max value = 765). Red value is 49 (19.53% from 255 or 10.75% from 456); Green value is 206 (80.86% from 255 or 45.18% from 456); Blue value is 201 (78.91% from 255 or 44.08% from 456); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEC9 is #CE3136. Grayscale: #9E9E9E. Windows color (decimal): -13513015 or 13225521. OLE color: 13225521.

HSL color Cylindrical-coordinate representation of color #31CEC9: hue angle of 178.09º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CEC9 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 206 201 -
CMYK 0.76 0 0.02 0.19
HSL 178.09º 0.62% 0.5% -
HSV(B) 178.09º 0.76% 0.81% -
XYZ 33.88 49.01 62.93 -
YUV 158.49 151.99 49.91 -
System Red Green Blue C M Y K H S L
Decimal 49 206 201 0.76 0 0.02 0.19 178.09 0.62 0.5
Hex 31 CE C9 4C 0 2 13 B2 3E 32
Octal 61 316 311 114 0 2 23 262 76 62
Binary 110001 11001110 11001001 1001100 0 10 10011 10110010 111110 110010

Color Harmonies of #31CEC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEC9

Black with #31CEC9

Text Example


Text Example

White with #31CEC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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