#43D8CF

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

Shades of Turquoise #43D8CF

Tints of Turquoise #43D8CF

Color information

#43D8CF (or 0x43D8CF) is unknown color: approx Turquoise. HEX triplet: 43, D8 and CF. RGB value is (67,216,207). Sum of RGB (Red+Green+Blue) = 67+216+207=490 (64% of max value = 765). Red value is 67 (26.56% from 255 or 13.67% from 490); Green value is 216 (84.77% from 255 or 44.08% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 216 - color contains mainly: green. Hex color #43D8CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #43D8CF is #BC2730. Grayscale: #AAAAAA. Windows color (decimal): -12330801 or 13621315. OLE color: 13621315.

HSL color Cylindrical-coordinate representation of color #43D8CF: hue angle of 176.38º 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 #43D8CF is Cyan = 0.69, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB67216207-
CMYK0.6900.040.15
HSL176.38º65.64%55.49%-
HSV(B)176.38º68.98%84.71%-
XYZ38.1354.8167.6-
YUV170.42148.6454.23-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.67%
GREEN value IS 216 (84.77% from 255) = 44.08%
BLUE value IS 207 (81.25% from 255) = 42.24%
R=13.67%
G=44.08%
B=42.24%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal672162070.6900.040.15176.3865.6455.49
Hex43D8CF4504Fb04237
Octal103330317105041726010267
Binary10000111101100011001111100010101001111101100001000010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43D8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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