#43FCCD

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

Shades of Turquoise #43FCCD

Tints of Turquoise #43FCCD

Color information

#43FCCD (or 0x43FCCD) is unknown color: approx Turquoise. HEX triplet: 43, FC and CD. RGB value is (67,252,205). Sum of RGB (Red+Green+Blue) = 67+252+205=524 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.79% from 524); Green value is 252 (98.83% from 255 or 48.09% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 252 - color contains mainly: green. Hex color #43FCCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43FCCD is #BC0332. Grayscale: #BFBFBF. Windows color (decimal): -12321587 or 13499459. OLE color: 13499459.

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

Color convert

RGB67252205-
CMYK0.7300.190.01
HSL164.76º96.86%62.55%-
HSV(B)164.76º73.41%98.82%-
XYZ48.1475.2269.74-
YUV191.33135.7139.32-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.79%
GREEN value IS 252 (98.83% from 255) = 48.09%
BLUE value IS 205 (80.47% from 255) = 39.12%
R=12.79%
G=48.09%
B=39.12%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal672522050.7300.190.01164.7696.8662.55
Hex43FCCD490131a5613f
Octal103374315111023124514177
Binary1000011111111001100110110010010100111101001011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43FCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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