#43DBD0

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

Shades of Turquoise #43DBD0

Tints of Turquoise #43DBD0

Color information

#43DBD0 (or 0x43DBD0) is unknown color: approx Turquoise. HEX triplet: 43, DB and D0. RGB value is (67,219,208). Sum of RGB (Red+Green+Blue) = 67+219+208=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 208 (81.64% from 255 or 42.11% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #43DBD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43DBD0 is #BC242F. Grayscale: #ACACAC. Windows color (decimal): -12330032 or 13687619. OLE color: 13687619.

HSL color Cylindrical-coordinate representation of color #43DBD0: hue angle of 175.66º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #43DBD0 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB67219208-
CMYK0.6900.050.14
HSL175.66º67.86%56.08%-
HSV(B)175.66º69.41%85.88%-
XYZ39.0356.4168.51-
YUV172.3148.1452.89-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.56%
GREEN value IS 219 (85.94% from 255) = 44.33%
BLUE value IS 208 (81.64% from 255) = 42.11%
R=13.56%
G=44.33%
B=42.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal672192080.6900.050.14175.6667.8656.08
Hex43DBD04505Eb04438
Octal103333320105051626010470
Binary10000111101101111010000100010101011110101100001000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,219,208); }

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

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

 a { background-color: rgb(67,219,208); }

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

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

 span { border-color: rgb(67,219,208); }

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