#43CCD8

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

Shades of Medium Turquoise #43CCD8

Tints of Medium Turquoise #43CCD8

Color information

#43CCD8 (or 0x43CCD8) is unknown color: approx Medium Turquoise. HEX triplet: 43, CC and D8. RGB value is (67,204,216). Sum of RGB (Red+Green+Blue) = 67+204+216=487 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.76% from 487); Green value is 204 (80.08% from 255 or 41.89% from 487); Blue value is 216 (84.77% from 255 or 44.35% from 487); Max value from RGB is 216 - color contains mainly: blue. Hex color #43CCD8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43CCD8 is #BC3327. Grayscale: #A4A4A4. Windows color (decimal): -12333864 or 14208067. OLE color: 14208067.

HSL color Cylindrical-coordinate representation of color #43CCD8: hue angle of 184.83º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43CCD8 is Cyan = 0.69, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB67204216-
CMYK0.690.0600.15
HSL184.83º65.64%55.49%-
HSV(B)184.83º68.98%84.71%-
XYZ36.349.3472.58-
YUV164.4157.1158.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.76%
GREEN value IS 204 (80.08% from 255) = 41.89%
BLUE value IS 216 (84.77% from 255) = 44.35%
R=13.76%
G=41.89%
B=44.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal672042160.690.0600.15184.8365.6455.49
Hex43CCD84560Fb94237
Octal103314330105601727110267
Binary10000111100110011011000100010111001111101110011000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43CCD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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