#43CBCD

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

Shades of Medium Turquoise #43CBCD

Tints of Medium Turquoise #43CBCD

Color information

#43CBCD (or 0x43CBCD) is unknown color: approx Medium Turquoise. HEX triplet: 43, CB and CD. RGB value is (67,203,205). Sum of RGB (Red+Green+Blue) = 67+203+205=475 (62% of max value = 765). Red value is 67 (26.56% from 255 or 14.11% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #43CBCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CBCD is #BC3432. Grayscale: #A2A2A2. Windows color (decimal): -12334131 or 13486915. OLE color: 13486915.

HSL color Cylindrical-coordinate representation of color #43CBCD: hue angle of 180.87º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #43CBCD is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB67203205-
CMYK0.670.0100.20
HSL180.87º57.98%53.33%-
HSV(B)180.87º67.32%80.39%-
XYZ34.6948.3165.25-
YUV162.56151.9459.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 14.11%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=14.11%
G=42.74%
B=43.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal672032050.670.0100.20180.8757.9853.33
Hex43CBCD431014b53a35
Octal10331331510310242657265
Binary100001111001011110011011000011101010010110101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CBCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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