#43F3ED

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

Shades of Turquoise #43F3ED

Tints of Turquoise #43F3ED

Color information

#43F3ED (or 0x43F3ED) is unknown color: approx Turquoise. HEX triplet: 43, F3 and ED. RGB value is (67,243,237). Sum of RGB (Red+Green+Blue) = 67+243+237=547 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.25% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #43F3ED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43F3ED is #BC0C12. Grayscale: #BDBDBD. Windows color (decimal): -12323859 or 15594307. OLE color: 15594307.

HSL color Cylindrical-coordinate representation of color #43F3ED: hue angle of 177.95º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43F3ED is Cyan = 0.72, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB67243237-
CMYK0.7200.020.05
HSL177.95º88%60.78%-
HSV(B)177.95º72.43%95.29%-
XYZ49.6571.4191.29-
YUV189.69154.6940.49-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.25%
GREEN value IS 243 (95.31% from 255) = 44.42%
BLUE value IS 237 (92.97% from 255) = 43.33%
R=12.25%
G=44.42%
B=43.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal672432370.7200.020.05177.958860.78
Hex43F3ED48025b2583d
Octal10336335511002526213075
Binary100001111110011111011011001000010101101100101011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,243,237); }

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

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

 a { background-color: rgb(67,243,237); }

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

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

 span { border-color: rgb(67,243,237); }

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