#46C8DE

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

Shades of Medium Turquoise #46C8DE

Tints of Medium Turquoise #46C8DE

Color information

#46C8DE (or 0x46C8DE) is unknown color: approx Medium Turquoise. HEX triplet: 46, C8 and DE. RGB value is (70,200,222). Sum of RGB (Red+Green+Blue) = 70+200+222=492 (65% of max value = 765). Red value is 70 (27.73% from 255 or 14.23% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 222 (87.11% from 255 or 45.12% from 492); Max value from RGB is 222 - color contains mainly: blue. Hex color #46C8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46C8DE is #B93721. Grayscale: #A3A3A3. Windows color (decimal): -12138274 or 14600262. OLE color: 14600262.

HSL color Cylindrical-coordinate representation of color #46C8DE: hue angle of 188.68º degrees, saturation: 0.7, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #46C8DE is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB70200222-
CMYK0.680.1000.13
HSL188.68º69.72%57.25%-
HSV(B)188.68º68.47%87.06%-
XYZ36.3647.8876.43-
YUV163.64160.9361.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.23%
GREEN value IS 200 (78.52% from 255) = 40.65%
BLUE value IS 222 (87.11% from 255) = 45.12%
R=14.23%
G=40.65%
B=45.12%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal702002220.680.1000.13188.6869.7257.25
Hex46C8DE44A0Dbd4639
Octal1063103361041201527510671
Binary100011011001000110111101000100101001101101111011000110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46C8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,200,222); }

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

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

 a { background-color: rgb(70,200,222); }

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

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

 span { border-color: rgb(70,200,222); }

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