#43FCAF

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

Shades of Turquoise #43FCAF

Tints of Turquoise #43FCAF

Color information

#43FCAF (or 0x43FCAF) is unknown color: approx Turquoise. HEX triplet: 43, FC and AF. RGB value is (67,252,175). Sum of RGB (Red+Green+Blue) = 67+252+175=494 (65% of max value = 765). Red value is 67 (26.56% from 255 or 13.56% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #43FCAF is #BC0350. Grayscale: #BCBCBC. Windows color (decimal): -12321617 or 11533379. OLE color: 11533379.

HSL color Cylindrical-coordinate representation of color #43FCAF: hue angle of 155.03º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43FCAF is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB67252175-
CMYK0.7300.310.01
HSL155.03º96.86%62.55%-
HSV(B)155.03º73.41%98.82%-
XYZ44.8673.9152.46-
YUV187.91120.7141.76-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 13.56%
GREEN value IS 252 (98.83% from 255) = 51.01%
BLUE value IS 175 (68.75% from 255) = 35.43%
R=13.56%
G=51.01%
B=35.43%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal672521750.7300.310.01155.0396.8662.55
Hex43FCAF4901F19b613f
Octal103374257111037123314177
Binary1000011111111001010111110010010111111100110111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,252,175); }

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

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

 a { background-color: rgb(67,252,175); }

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

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

 span { border-color: rgb(67,252,175); }

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