#31CBB8

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

Shades of Medium Turquoise #31CBB8

Tints of Medium Turquoise #31CBB8

Color information

#31CBB8 (or 0x31CBB8) is unknown color: approx Medium Turquoise. HEX triplet: 31, CB and B8. RGB value is (49,203,184). Sum of RGB (Red+Green+Blue) = 49+203+184=436 (57% of max value = 765). Red value is 49 (19.53% from 255 or 11.24% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 184 (72.27% from 255 or 42.20% from 436); Max value from RGB is 203 - color contains mainly: green. Hex color #31CBB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #31CBB8 is #CE3447. Grayscale: #9A9A9A. Windows color (decimal): -13513800 or 12110641. OLE color: 12110641.

HSL color Cylindrical-coordinate representation of color #31CBB8: hue angle of 172.6º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #31CBB8 is Cyan = 0.76, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB49203184-
CMYK0.7600.090.20
HSL172.6º61.11%49.41%-
HSV(B)172.6º75.86%79.61%-
XYZ31.2746.8352.74-
YUV154.79144.4852.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 11.24%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 184 (72.27% from 255) = 42.20%
R=11.24%
G=46.56%
B=42.20%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal492031840.7600.090.20172.661.1149.41
Hex31CBB84C0914ad3d31
Octal61313270114011242557561
Binary11000111001011101110001001100010011010010101101111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31CBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,203,184); }

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

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

 a { background-color: rgb(49,203,184); }

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

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

 span { border-color: rgb(49,203,184); }

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