#43FCED

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

Shades of Turquoise #43FCED

Tints of Turquoise #43FCED

Color information

#43FCED (or 0x43FCED) is unknown color: approx Turquoise. HEX triplet: 43, FC and ED. RGB value is (67,252,237). Sum of RGB (Red+Green+Blue) = 67+252+237=556 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.05% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 237 (92.97% from 255 or 42.63% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCED is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43FCED is #BC0312. Grayscale: #C2C2C2. Windows color (decimal): -12321555 or 15596611. OLE color: 15596611.

HSL color Cylindrical-coordinate representation of color #43FCED: hue angle of 175.14º 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 #43FCED is Cyan = 0.73, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB67252237-
CMYK0.7300.060.01
HSL175.14º96.86%62.55%-
HSV(B)175.14º73.41%98.82%-
XYZ52.4176.9392.21-
YUV194.97151.7136.72-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.05%
GREEN value IS 252 (98.83% from 255) = 45.32%
BLUE value IS 237 (92.97% from 255) = 42.63%
R=12.05%
G=45.32%
B=42.63%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal672522370.7300.060.01175.1496.8662.55
Hex43FCED49061af613f
Octal10337435511106125714177
Binary10000111111110011101101100100101101101011111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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