Shades of Turquoise Blue #43DBF9
Tints of Turquoise Blue #43DBF9
RGB
CMYK
RGB Variations
Color information
#43DBF9 (or 0x43DBF9) is known color: Turquoise Blue. HEX triplet: 43, DB and F9. RGB value is (67,219,249). Sum of RGB (Red+Green+Blue) = 67+219+249=535 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.52% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 249 (97.66% from 255 or 46.54% from 535); Max value from RGB is 249 - color contains mainly: blue. Hex color #43DBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBF9 is #BC2406. Grayscale: #B0B0B0. Windows color (decimal): -12329991 or 16374595. OLE color: 16374595.
HSL color Cylindrical-coordinate representation of color #43DBF9: hue angle of 189.89º degrees, saturation: 0.94, 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 #43DBF9 is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 67 | 219 | 249 | - |
CMYK | 0.73 | 0.12 | 0 | 0.02 |
HSL | 189.89º | 0.94% | 0.62% | - |
HSV(B) | 189.89º | 0.73% | 0.98% | - |
XYZ | 44.75 | 58.7 | 98.59 | - |
YUV | 176.97 | 168.64 | 49.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 67 | 219 | 249 | 0.73 | 0.12 | 0 | 0.02 | 189.89 | 0.94 | 0.62 |
Hex | 43 | DB | F9 | 49 | C | 0 | 2 | BE | 5E | 3E |
Octal | 103 | 333 | 371 | 111 | 14 | 0 | 2 | 276 | 136 | 76 |
Binary | 1000011 | 11011011 | 11111001 | 1001001 | 1100 | 0 | 10 | 10111110 | 1011110 | 111110 |
Color Harmonies of #43DBF9
Complementary color
Monochromatic Colors of #43DBF9
Black with #43DBF9
Text Example
Text Example
White with #43DBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBF9; }
p { color: rgb(67,219,249); }
H1.HeaderClassName
{
color: #43DBF9;
}
.AnyTagClassName
{
color: #43DBF9;
}
</style>
background-color css
<style>
a { background-color: #43DBF9; }
a { background-color: rgb(67,219,249); }
div.DivClassName
{
background-color: #43DBF9;
}
.BgClassName
{
background-color: #43DBF9;
}
</style>
border-color css
<style>
span { border-color: #43DBF9; }
span { border-color: rgb(67,219,249); }
td.TdClassName
{
border-color: #43DBF9;
}
.TagClassName
{
border-color: #43DBF9;
}
</style>