#46D5CE

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

Shades of Medium Turquoise #46D5CE

Tints of Medium Turquoise #46D5CE

Color information

#46D5CE (or 0x46D5CE) is unknown color: approx Medium Turquoise. HEX triplet: 46, D5 and CE. RGB value is (70,213,206). Sum of RGB (Red+Green+Blue) = 70+213+206=489 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.31% from 489); Green value is 213 (83.59% from 255 or 43.56% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 213 - color contains mainly: green. Hex color #46D5CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46D5CE is #B92A31. Grayscale: #A9A9A9. Windows color (decimal): -12134962 or 13555014. OLE color: 13555014.

HSL color Cylindrical-coordinate representation of color #46D5CE: hue angle of 177.06º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46D5CE is Cyan = 0.67, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB70213206-
CMYK0.6700.030.16
HSL177.06º63%55.49%-
HSV(B)177.06º67.14%83.53%-
XYZ37.4653.3566.72-
YUV169.44148.6257.07-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.31%
GREEN value IS 213 (83.59% from 255) = 43.56%
BLUE value IS 206 (80.86% from 255) = 42.13%
R=14.31%
G=43.56%
B=42.13%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal702132060.6700.030.16177.066355.49
Hex46D5CE430310b13f37
Octal10632531610303202617767
Binary1000110110101011100111010000110111000010110001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46D5CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46D5CE; }

 p { color: rgb(70,213,206); }

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

<style>
 a { background-color: #46D5CE; }

 a { background-color: rgb(70,213,206); }

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

<style>
 span { border-color: #46D5CE; }

 span { border-color: rgb(70,213,206); }

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