Html Css Color HEX #31CEC4 Medium Turquoise

📋 copy color: '#31CEC4'

red 49 ◦ green 206 ◦ blue 196

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

Shades of Medium Turquoise #31CEC4

Tints of Medium Turquoise #31CEC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 43.46%

R = 10.86%
G = 45.68%
B = 43.46%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#31CEC4 (or 0x31CEC4) is known color: Medium Turquoise. HEX triplet: 31, CE and C4. RGB value is (49,206,196). Sum of RGB (Red+Green+Blue) = 49+206+196=451 (59% of max value = 765). Red value is 49 (19.53% from 255 or 10.86% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #31CEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CEC4 is #CE313B. Grayscale: #9D9D9D. Windows color (decimal): -13513020 or 12897841. OLE color: 12897841.

HSL color Cylindrical-coordinate representation of color #31CEC4: hue angle of 176.18º 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 #31CEC4 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 49 206 196 -
CMYK 0.76 0 0.05 0.19
HSL 176.18º 0.62% 0.5% -
HSV(B) 176.18º 0.76% 0.81% -
XYZ 33.3 48.78 59.89 -
YUV 157.92 149.49 50.31 -
System Red Green Blue C M Y K H S L
Decimal 49 206 196 0.76 0 0.05 0.19 176.18 0.62 0.5
Hex 31 CE C4 4C 0 5 13 B0 3E 32
Octal 61 316 304 114 0 5 23 260 76 62
Binary 110001 11001110 11000100 1001100 0 101 10011 10110000 111110 110010

Color Harmonies of #31CEC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31CEC4

Black with #31CEC4

Text Example


Text Example

White with #31CEC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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