#43EAFB

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

Shades of Turquoise #43EAFB

Tints of Turquoise #43EAFB

Color information

#43EAFB (or 0x43EAFB) is unknown color: approx Turquoise. HEX triplet: 43, EA and FB. RGB value is (67,234,251). Sum of RGB (Red+Green+Blue) = 67+234+251=552 (73% of max value = 765). Red value is 67 (26.56% from 255 or 12.14% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #43EAFB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #43EAFB is #BC1504. Grayscale: #B9B9B9. Windows color (decimal): -12326149 or 16509507. OLE color: 16509507.

HSL color Cylindrical-coordinate representation of color #43EAFB: hue angle of 185.54º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #43EAFB is Cyan = 0.73, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB67234251-
CMYK0.730.0700.02
HSL185.54º95.83%62.35%-
HSV(B)185.54º73.31%98.43%-
XYZ49.1567101.61-
YUV186164.6743.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.14%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=12.14%
G=42.39%
B=45.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal672342510.730.0700.02185.5495.8362.35
Hex43EAFB49702ba603e
Octal10335237311170227214076
Binary100001111101010111110111001001111010101110101100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43EAFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,234,251); }

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

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

 a { background-color: rgb(67,234,251); }

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

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

 span { border-color: rgb(67,234,251); }

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