Shades of Turquoise #43DBEB
Tints of Turquoise #43DBEB
RGB
CMYK
RGB Variations
Color information
#43DBEB (or 0x43DBEB) is known color: Turquoise. HEX triplet: 43, DB and EB. RGB value is (67,219,235). Sum of RGB (Red+Green+Blue) = 67+219+235=521 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.86% from 521); Green value is 219 (85.94% from 255 or 42.03% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #43DBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBEB is #BC2414. Grayscale: #AFAFAF. Windows color (decimal): -12330005 or 15457091. OLE color: 15457091.
HSL color Cylindrical-coordinate representation of color #43DBEB: hue angle of 185.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #43DBEB is Cyan = 0.71, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 67 | 219 | 235 | - |
| CMYK | 0.71 | 0.07 | 0 | 0.08 |
| HSL | 185.71º | 0.81% | 0.59% | - |
| HSV(B) | 185.71º | 0.71% | 0.92% | - |
| XYZ | 42.64 | 57.85 | 87.52 | - |
| YUV | 175.38 | 161.64 | 50.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 235 | 0.71 | 0.07 | 0 | 0.08 | 185.71 | 0.81 | 0.59 |
| Hex | 43 | DB | EB | 47 | 7 | 0 | 8 | BA | 51 | 3B |
| Octal | 103 | 333 | 353 | 107 | 7 | 0 | 10 | 272 | 121 | 73 |
| Binary | 1000011 | 11011011 | 11101011 | 1000111 | 111 | 0 | 1000 | 10111010 | 1010001 | 111011 |
Color Harmonies of #43DBEB
Complementary color
Monochromatic Colors of #43DBEB
Black with #43DBEB
Text Example
Text Example
White with #43DBEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBEB; }
p { color: rgb(67,219,235); }
H1.HeaderClassName
{
color: #43DBEB;
}
.AnyTagClassName
{
color: #43DBEB;
}
</style>
background-color css
<style>
a { background-color: #43DBEB; }
a { background-color: rgb(67,219,235); }
div.DivClassName
{
background-color: #43DBEB;
}
.BgClassName
{
background-color: #43DBEB;
}
</style>
border-color css
<style>
span { border-color: #43DBEB; }
span { border-color: rgb(67,219,235); }
td.TdClassName
{
border-color: #43DBEB;
}
.TagClassName
{
border-color: #43DBEB;
}
</style>