#43F8CD

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

Shades of Turquoise #43F8CD

Tints of Turquoise #43F8CD

Color information

#43F8CD (or 0x43F8CD) is unknown color: approx Turquoise. HEX triplet: 43, F8 and CD. RGB value is (67,248,205). Sum of RGB (Red+Green+Blue) = 67+248+205=520 (68% of max value = 765). Red value is 67 (26.56% from 255 or 12.88% from 520); Green value is 248 (97.27% from 255 or 47.69% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 248 - color contains mainly: green. Hex color #43F8CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #43F8CD is #BC0732. Grayscale: #BCBCBC. Windows color (decimal): -12322611 or 13498435. OLE color: 13498435.

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

Color convert

RGB67248205-
CMYK0.7300.170.03
HSL165.75º92.82%61.76%-
HSV(B)165.75º72.98%97.25%-
XYZ46.972.7469.33-
YUV188.98137.0341-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.88%
GREEN value IS 248 (97.27% from 255) = 47.69%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=12.88%
G=47.69%
B=39.42%

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
Decimal672482050.7300.170.03165.7592.8261.76
Hex43F8CD490113a65d3e
Octal103370315111021324613576
Binary10000111111100011001101100100101000111101001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43F8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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