#46CBD3

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

Shades of Medium Turquoise #46CBD3

Tints of Medium Turquoise #46CBD3

Color information

#46CBD3 (or 0x46CBD3) is unknown color: approx Medium Turquoise. HEX triplet: 46, CB and D3. RGB value is (70,203,211). Sum of RGB (Red+Green+Blue) = 70+203+211=484 (64% of max value = 765). Red value is 70 (27.73% from 255 or 14.46% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 211 - color contains mainly: blue. Hex color #46CBD3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CBD3 is #B9342C. Grayscale: #A3A3A3. Windows color (decimal): -12137517 or 13880134. OLE color: 13880134.

HSL color Cylindrical-coordinate representation of color #46CBD3: hue angle of 183.4º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #46CBD3 is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB70203211-
CMYK0.670.0400.17
HSL183.4º61.57%55.1%-
HSV(B)183.4º66.82%82.75%-
XYZ35.6448.7269.15-
YUV164.14154.4460.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 14.46%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 211 (82.81% from 255) = 43.60%
R=14.46%
G=41.94%
B=43.60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal702032110.670.0400.17183.461.5755.1
Hex46CBD3434011b73e37
Octal10631332310340212677667
Binary10001101100101111010011100001110001000110110111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,203,211); }

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

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

 a { background-color: rgb(70,203,211); }

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

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

 span { border-color: rgb(70,203,211); }

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