Shades of Turquoise #43DBED
Tints of Turquoise #43DBED
RGB
CMYK
RGB Variations
Color information
#43DBED (or 0x43DBED) is known color: Turquoise. HEX triplet: 43, DB and ED. RGB value is (67,219,237). Sum of RGB (Red+Green+Blue) = 67+219+237=523 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.81% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #43DBED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBED is #BC2412. Grayscale: #AFAFAF. Windows color (decimal): -12330003 or 15588163. OLE color: 15588163.
HSL color Cylindrical-coordinate representation of color #43DBED: hue angle of 186.35º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DBED is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 67 | 219 | 237 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.07 |
| HSL | 186.35º | 0.83% | 0.6% | - |
| HSV(B) | 186.35º | 0.72% | 0.93% | - |
| XYZ | 42.93 | 57.97 | 89.05 | - |
| YUV | 175.6 | 162.64 | 50.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 237 | 0.72 | 0.08 | 0 | 0.07 | 186.35 | 0.83 | 0.6 |
| Hex | 43 | DB | ED | 48 | 8 | 0 | 7 | BA | 53 | 3C |
| Octal | 103 | 333 | 355 | 110 | 10 | 0 | 7 | 272 | 123 | 74 |
| Binary | 1000011 | 11011011 | 11101101 | 1001000 | 1000 | 0 | 111 | 10111010 | 1010011 | 111100 |
Color Harmonies of #43DBED
Complementary color
Monochromatic Colors of #43DBED
Black with #43DBED
Text Example
Text Example
White with #43DBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBED; }
p { color: rgb(67,219,237); }
H1.HeaderClassName
{
color: #43DBED;
}
.AnyTagClassName
{
color: #43DBED;
}
</style>
background-color css
<style>
a { background-color: #43DBED; }
a { background-color: rgb(67,219,237); }
div.DivClassName
{
background-color: #43DBED;
}
.BgClassName
{
background-color: #43DBED;
}
</style>
border-color css
<style>
span { border-color: #43DBED; }
span { border-color: rgb(67,219,237); }
td.TdClassName
{
border-color: #43DBED;
}
.TagClassName
{
border-color: #43DBED;
}
</style>