Shades of Turquoise #43DDF5
Tints of Turquoise #43DDF5
RGB
CMYK
RGB Variations
Color information
#43DDF5 (or 0x43DDF5) is known color: Turquoise. HEX triplet: 43, DD and F5. RGB value is (67,221,245). Sum of RGB (Red+Green+Blue) = 67+221+245=533 (70% of max value = 765). Red value is 67 (26.56% from 255 or 12.57% from 533); Green value is 221 (86.72% from 255 or 41.46% from 533); Blue value is 245 (96.09% from 255 or 45.97% from 533); Max value from RGB is 245 - color contains mainly: blue. Hex color #43DDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DDF5 is #BC220A. Grayscale: #B1B1B1. Windows color (decimal): -12329483 or 16112963. OLE color: 16112963.
HSL color Cylindrical-coordinate representation of color #43DDF5: hue angle of 188.09º degrees, saturation: 0.9, 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 #43DDF5 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 67 | 221 | 245 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.04 |
| HSL | 188.09º | 0.9% | 0.61% | - |
| HSV(B) | 188.09º | 0.73% | 0.96% | - |
| XYZ | 44.65 | 59.5 | 95.52 | - |
| YUV | 177.69 | 165.98 | 49.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 221 | 245 | 0.73 | 0.10 | 0 | 0.04 | 188.09 | 0.9 | 0.61 |
| Hex | 43 | DD | F5 | 49 | A | 0 | 4 | BC | 5A | 3D |
| Octal | 103 | 335 | 365 | 111 | 12 | 0 | 4 | 274 | 132 | 75 |
| Binary | 1000011 | 11011101 | 11110101 | 1001001 | 1010 | 0 | 100 | 10111100 | 1011010 | 111101 |
Color Harmonies of #43DDF5
Complementary color
Monochromatic Colors of #43DDF5
Black with #43DDF5
Text Example
Text Example
White with #43DDF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DDF5; }
p { color: rgb(67,221,245); }
H1.HeaderClassName
{
color: #43DDF5;
}
.AnyTagClassName
{
color: #43DDF5;
}
</style>
background-color css
<style>
a { background-color: #43DDF5; }
a { background-color: rgb(67,221,245); }
div.DivClassName
{
background-color: #43DDF5;
}
.BgClassName
{
background-color: #43DDF5;
}
</style>
border-color css
<style>
span { border-color: #43DDF5; }
span { border-color: rgb(67,221,245); }
td.TdClassName
{
border-color: #43DDF5;
}
.TagClassName
{
border-color: #43DDF5;
}
</style>