Shades of Dark Turquoise #23CFDB
Tints of Dark Turquoise #23CFDB
RGB
CMYK
RGB Variations
Color information
#23CFDB (or 0x23CFDB) is known color: Dark Turquoise. HEX triplet: 23, CF and DB. RGB value is (35,207,219). Sum of RGB (Red+Green+Blue) = 35+207+219=461 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.59% from 461); Green value is 207 (81.25% from 255 or 44.90% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #23CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFDB is #DC3024. Grayscale: #9C9C9C. Windows color (decimal): -14430245 or 14405411. OLE color: 14405411.
HSL color Cylindrical-coordinate representation of color #23CFDB: hue angle of 183.91º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #23CFDB is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 207 | 219 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.14 |
| HSL | 183.91º | 0.72% | 0.5% | - |
| HSV(B) | 183.91º | 0.84% | 0.86% | - |
| XYZ | 35.79 | 50.1 | 74.8 | - |
| YUV | 156.94 | 163.02 | 41.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 219 | 0.84 | 0.05 | 0 | 0.14 | 183.91 | 0.72 | 0.5 |
| Hex | 23 | CF | DB | 54 | 5 | 0 | E | B8 | 48 | 32 |
| Octal | 43 | 317 | 333 | 124 | 5 | 0 | 16 | 270 | 110 | 62 |
| Binary | 100011 | 11001111 | 11011011 | 1010100 | 101 | 0 | 1110 | 10111000 | 1001000 | 110010 |
Color Harmonies of #23CFDB
Complementary color
Monochromatic Colors of #23CFDB
Black with #23CFDB
Text Example
Text Example
White with #23CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFDB; }
p { color: rgb(35,207,219); }
H1.HeaderClassName
{
color: #23CFDB;
}
.AnyTagClassName
{
color: #23CFDB;
}
</style>
background-color css
<style>
a { background-color: #23CFDB; }
a { background-color: rgb(35,207,219); }
div.DivClassName
{
background-color: #23CFDB;
}
.BgClassName
{
background-color: #23CFDB;
}
</style>
border-color css
<style>
span { border-color: #23CFDB; }
span { border-color: rgb(35,207,219); }
td.TdClassName
{
border-color: #23CFDB;
}
.TagClassName
{
border-color: #23CFDB;
}
</style>