Shades of Turquoise #43DBEF
Tints of Turquoise #43DBEF
RGB
CMYK
RGB Variations
Color information
#43DBEF (or 0x43DBEF) is known color: Turquoise. HEX triplet: 43, DB and EF. RGB value is (67,219,239). Sum of RGB (Red+Green+Blue) = 67+219+239=525 (69% of max value = 765). Red value is 67 (26.56% from 255 or 12.76% from 525); Green value is 219 (85.94% from 255 or 41.71% from 525); Blue value is 239 (93.75% from 255 or 45.52% from 525); Max value from RGB is 239 - color contains mainly: blue. Hex color #43DBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #43DBEF is #BC2410. Grayscale: #AFAFAF. Windows color (decimal): -12330001 or 15719235. OLE color: 15719235.
HSL color Cylindrical-coordinate representation of color #43DBEF: hue angle of 186.98º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43DBEF is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 67 | 219 | 239 | - |
| CMYK | 0.72 | 0.08 | 0 | 0.06 |
| HSL | 186.98º | 0.84% | 0.6% | - |
| HSV(B) | 186.98º | 0.72% | 0.94% | - |
| XYZ | 43.23 | 58.09 | 90.6 | - |
| YUV | 175.83 | 163.64 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 219 | 239 | 0.72 | 0.08 | 0 | 0.06 | 186.98 | 0.84 | 0.6 |
| Hex | 43 | DB | EF | 48 | 8 | 0 | 6 | BB | 54 | 3C |
| Octal | 103 | 333 | 357 | 110 | 10 | 0 | 6 | 273 | 124 | 74 |
| Binary | 1000011 | 11011011 | 11101111 | 1001000 | 1000 | 0 | 110 | 10111011 | 1010100 | 111100 |
Color Harmonies of #43DBEF
Complementary color
Monochromatic Colors of #43DBEF
Black with #43DBEF
Text Example
Text Example
White with #43DBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43DBEF; }
p { color: rgb(67,219,239); }
H1.HeaderClassName
{
color: #43DBEF;
}
.AnyTagClassName
{
color: #43DBEF;
}
</style>
background-color css
<style>
a { background-color: #43DBEF; }
a { background-color: rgb(67,219,239); }
div.DivClassName
{
background-color: #43DBEF;
}
.BgClassName
{
background-color: #43DBEF;
}
</style>
border-color css
<style>
span { border-color: #43DBEF; }
span { border-color: rgb(67,219,239); }
td.TdClassName
{
border-color: #43DBEF;
}
.TagClassName
{
border-color: #43DBEF;
}
</style>