#43DDF2

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

Shades of Turquoise #43DDF2

Tints of Turquoise #43DDF2

Color information

#43DDF2 (or 0x43DDF2) is unknown color: approx Turquoise. HEX triplet: 43, DD and F2. RGB value is (67,221,242). Sum of RGB (Red+Green+Blue) = 67+221+242=530 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.64% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #43DDF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DDF2 is #BC220D. Grayscale: #B1B1B1. Windows color (decimal): -12329486 or 15916355. OLE color: 15916355.

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

Color convert

RGB67221242-
CMYK0.720.0900.05
HSL187.2º87.06%60.59%-
HSV(B)187.2º72.31%94.9%-
XYZ44.259.3293.12-
YUV177.35164.4849.29-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 12.64%
GREEN value IS 221 (86.72% from 255) = 41.70%
BLUE value IS 242 (94.92% from 255) = 45.66%
R=12.64%
G=41.70%
B=45.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal672212420.720.0900.05187.287.0660.59
Hex43DDF248905bb573d
Octal103335362110110527312775
Binary10000111101110111110010100100010010101101110111010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43DDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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