#43DFF4

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

Shades of Turquoise #43DFF4

Tints of Turquoise #43DFF4

Color information

#43DFF4 (or 0x43DFF4) is unknown color: approx Turquoise. HEX triplet: 43, DF and F4. RGB value is (67,223,244). Sum of RGB (Red+Green+Blue) = 67+223+244=534 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.55% from 534); Green value is 223 (87.5% from 255 or 41.76% from 534); Blue value is 244 (95.70% from 255 or 45.69% from 534); Max value from RGB is 244 - color contains mainly: blue. Hex color #43DFF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DFF4 is #BC200B. Grayscale: #B2B2B2. Windows color (decimal): -12328972 or 16047939. OLE color: 16047939.

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

Color convert

RGB67223244-
CMYK0.730.0900.04
HSL187.12º88.94%60.98%-
HSV(B)187.12º72.54%95.69%-
XYZ45.0360.594.89-
YUV178.75164.8248.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.55%
GREEN value IS 223 (87.5% from 255) = 41.76%
BLUE value IS 244 (95.70% from 255) = 45.69%
R=12.55%
G=41.76%
B=45.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal672232440.730.0900.04187.1288.9460.98
Hex43DFF449904bb593d
Octal103337364111110427313175
Binary10000111101111111110100100100110010100101110111011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DFF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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