#46CEE7

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

Shades of Medium Turquoise #46CEE7

Tints of Medium Turquoise #46CEE7

Color information

#46CEE7 (or 0x46CEE7) is unknown color: approx Medium Turquoise. HEX triplet: 46, CE and E7. RGB value is (70,206,231). Sum of RGB (Red+Green+Blue) = 70+206+231=507 (67% of max value = 765). Red value is 70 (27.73% from 255 or 13.81% from 507); Green value is 206 (80.86% from 255 or 40.63% from 507); Blue value is 231 (90.62% from 255 or 45.56% from 507); Max value from RGB is 231 - color contains mainly: blue. Hex color #46CEE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #46CEE7 is #B93118. Grayscale: #A7A7A7. Windows color (decimal): -12136729 or 15191622. OLE color: 15191622.

HSL color Cylindrical-coordinate representation of color #46CEE7: hue angle of 189.32º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #46CEE7 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB70206231-
CMYK0.700.1100.09
HSL189.32º77.03%59.02%-
HSV(B)189.32º69.7%90.59%-
XYZ39.0251.2183.43-
YUV168.19163.4457.97-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 13.81%
GREEN value IS 206 (80.86% from 255) = 40.63%
BLUE value IS 231 (90.62% from 255) = 45.56%
R=13.81%
G=40.63%
B=45.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal702062310.700.1100.09189.3277.0359.02
Hex46CEE746B09bd4d3b
Octal1063163471061301127511573
Binary100011011001110111001111000110101101001101111011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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