#43F8CE

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

Shades of Turquoise #43F8CE

Tints of Turquoise #43F8CE

Color information

#43F8CE (or 0x43F8CE) is unknown color: approx Turquoise. HEX triplet: 43, F8 and CE. RGB value is (67,248,206). Sum of RGB (Red+Green+Blue) = 67+248+206=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 206 (80.86% from 255 or 39.54% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8CE is #BC0731. Grayscale: #BDBDBD. Windows color (decimal): -12322610 or 13563971. OLE color: 13563971.

HSL color Cylindrical-coordinate representation of color #43F8CE: hue angle of 166.08º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43F8CE is Cyan = 0.73, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.

Color convert

RGB67248206-
CMYK0.7300.170.03
HSL166.08º92.82%61.76%-
HSV(B)166.08º72.98%97.25%-
XYZ47.0272.7869.96-
YUV189.09137.5340.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.86%
GREEN value IS 248 (97.27% from 255) = 47.60%
BLUE value IS 206 (80.86% from 255) = 39.54%
R=12.86%
G=47.60%
B=39.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal672482060.7300.170.03166.0892.8261.76
Hex43F8CE490113a65d3e
Octal103370316111021324613576
Binary10000111111100011001110100100101000111101001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F8CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,248,206); }

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

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

 a { background-color: rgb(67,248,206); }

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

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

 span { border-color: rgb(67,248,206); }

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