#43CBE0

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

Shades of Medium Turquoise #43CBE0

Tints of Medium Turquoise #43CBE0

Color information

#43CBE0 (or 0x43CBE0) is unknown color: approx Medium Turquoise. HEX triplet: 43, CB and E0. RGB value is (67,203,224). Sum of RGB (Red+Green+Blue) = 67+203+224=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 224 (87.89% from 255 or 45.34% from 494); Max value from RGB is 224 - color contains mainly: blue. Hex color #43CBE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBE0 is #BC341F. Grayscale: #A4A4A4. Windows color (decimal): -12334112 or 14732099. OLE color: 14732099.

HSL color Cylindrical-coordinate representation of color #43CBE0: hue angle of 188.03º 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 #43CBE0 is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB67203224-
CMYK0.700.0900.12
HSL188.03º71.69%57.06%-
HSV(B)188.03º70.09%87.84%-
XYZ37.1349.2978.08-
YUV164.73161.4458.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.56%
GREEN value IS 203 (79.69% from 255) = 41.09%
BLUE value IS 224 (87.89% from 255) = 45.34%
R=13.56%
G=41.09%
B=45.34%

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
Decimal672032240.700.0900.12188.0371.6957.06
Hex43CBE04690Cbc4839
Octal1033133401061101427411071
Binary100001111001011111000001000110100101100101111001001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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