#43CCE0

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

Shades of Medium Turquoise #43CCE0

Tints of Medium Turquoise #43CCE0

Color information

#43CCE0 (or 0x43CCE0) is unknown color: approx Medium Turquoise. HEX triplet: 43, CC and E0. RGB value is (67,204,224). Sum of RGB (Red+Green+Blue) = 67+204+224=495 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.54% from 495); Green value is 204 (80.08% from 255 or 41.21% from 495); Blue value is 224 (87.89% from 255 or 45.25% from 495); Max value from RGB is 224 - color contains mainly: blue. Hex color #43CCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCE0 is #BC331F. Grayscale: #A5A5A5. Windows color (decimal): -12333856 or 14732355. OLE color: 14732355.

HSL color Cylindrical-coordinate representation of color #43CCE0: hue angle of 187.64º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #43CCE0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB67204224-
CMYK0.700.0900.12
HSL187.64º71.69%57.06%-
HSV(B)187.64º70.09%87.84%-
XYZ37.3649.7678.16-
YUV165.32161.1157.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.54%
GREEN value IS 204 (80.08% from 255) = 41.21%
BLUE value IS 224 (87.89% from 255) = 45.25%
R=13.54%
G=41.21%
B=45.25%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal672042240.700.0900.12187.6471.6957.06
Hex43CCE04690Cbc4839
Octal1033143401061101427411071
Binary100001111001100111000001000110100101100101111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CCE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43CCE0; }

 p { color: rgb(67,204,224); }

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

<style>
 a { background-color: #43CCE0; }

 a { background-color: rgb(67,204,224); }

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

<style>
 span { border-color: #43CCE0; }

 span { border-color: rgb(67,204,224); }

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