#43E4F2

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

Shades of Turquoise #43E4F2

Tints of Turquoise #43E4F2

Color information

#43E4F2 (or 0x43E4F2) is unknown color: approx Turquoise. HEX triplet: 43, E4 and F2. RGB value is (67,228,242). Sum of RGB (Red+Green+Blue) = 67+228+242=537 (71% of max value = 765). Red value is 67 (26.56% from 255 or 12.48% from 537); Green value is 228 (89.45% from 255 or 42.46% from 537); Blue value is 242 (94.92% from 255 or 45.07% from 537); Max value from RGB is 242 - color contains mainly: blue. Hex color #43E4F2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43E4F2 is #BC1B0D. Grayscale: #B5B5B5. Windows color (decimal): -12327694 or 15918147. OLE color: 15918147.

HSL color Cylindrical-coordinate representation of color #43E4F2: hue angle of 184.8º degrees, saturation: 0.87, 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 #43E4F2 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB67228242-
CMYK0.720.0600.05
HSL184.8º87.06%60.59%-
HSV(B)184.8º72.31%94.9%-
XYZ46.0963.0993.75-
YUV181.46162.1646.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.48%
GREEN value IS 228 (89.45% from 255) = 42.46%
BLUE value IS 242 (94.92% from 255) = 45.07%
R=12.48%
G=42.46%
B=45.07%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal672282420.720.0600.05184.887.0660.59
Hex43E4F248605b9573d
Octal10334436211060527112775
Binary1000011111001001111001010010001100101101110011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43E4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,228,242); }

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

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

 a { background-color: rgb(67,228,242); }

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

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

 span { border-color: rgb(67,228,242); }

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