#43EBF4

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

Shades of Turquoise #43EBF4

Tints of Turquoise #43EBF4

Color information

#43EBF4 (or 0x43EBF4) is unknown color: approx Turquoise. HEX triplet: 43, EB and F4. RGB value is (67,235,244). Sum of RGB (Red+Green+Blue) = 67+235+244=546 (72% of max value = 765). Red value is 67 (26.56% from 255 or 12.27% from 546); Green value is 235 (92.19% from 255 or 43.04% from 546); Blue value is 244 (95.70% from 255 or 44.69% from 546); Max value from RGB is 244 - color contains mainly: blue. Hex color #43EBF4 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EBF4 is #BC140B. Grayscale: #B9B9B9. Windows color (decimal): -12325900 or 16051011. OLE color: 16051011.

HSL color Cylindrical-coordinate representation of color #43EBF4: hue angle of 183.05º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EBF4 is Cyan = 0.73, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB67235244-
CMYK0.730.0400.04
HSL183.05º88.94%60.98%-
HSV(B)183.05º72.54%95.69%-
XYZ48.3567.1496-
YUV185.79160.8443.27-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.27%
GREEN value IS 235 (92.19% from 255) = 43.04%
BLUE value IS 244 (95.70% from 255) = 44.69%
R=12.27%
G=43.04%
B=44.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672352440.730.0400.04183.0588.9460.98
Hex43EBF449404b7593d
Octal10335336411140426713175
Binary1000011111010111111010010010011000100101101111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43EBF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,235,244); }

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

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

 a { background-color: rgb(67,235,244); }

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

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

 span { border-color: rgb(67,235,244); }

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