Shades of Dark Turquoise #23CFDC
Tints of Dark Turquoise #23CFDC
RGB
CMYK
RGB Variations
Color information
#23CFDC (or 0x23CFDC) is known color: Dark Turquoise. HEX triplet: 23, CF and DC. RGB value is (35,207,220). Sum of RGB (Red+Green+Blue) = 35+207+220=462 (61% of max value = 765). Red value is 35 (14.06% from 255 or 7.58% from 462); Green value is 207 (81.25% from 255 or 44.81% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #23CFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #23CFDC is #DC3023. Grayscale: #9C9C9C. Windows color (decimal): -14430244 or 14470947. OLE color: 14470947.
HSL color Cylindrical-coordinate representation of color #23CFDC: hue angle of 184.22º degrees, saturation: 0.73, 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 #23CFDC is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 35 | 207 | 220 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.14 |
| HSL | 184.22º | 0.73% | 0.5% | - |
| HSV(B) | 184.22º | 0.84% | 0.86% | - |
| XYZ | 35.92 | 50.15 | 75.5 | - |
| YUV | 157.05 | 163.52 | 40.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 207 | 220 | 0.84 | 0.06 | 0 | 0.14 | 184.22 | 0.73 | 0.5 |
| Hex | 23 | CF | DC | 54 | 6 | 0 | E | B8 | 49 | 32 |
| Octal | 43 | 317 | 334 | 124 | 6 | 0 | 16 | 270 | 111 | 62 |
| Binary | 100011 | 11001111 | 11011100 | 1010100 | 110 | 0 | 1110 | 10111000 | 1001001 | 110010 |
Color Harmonies of #23CFDC
Complementary color
Monochromatic Colors of #23CFDC
Black with #23CFDC
Text Example
Text Example
White with #23CFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #23CFDC; }
p { color: rgb(35,207,220); }
H1.HeaderClassName
{
color: #23CFDC;
}
.AnyTagClassName
{
color: #23CFDC;
}
</style>
background-color css
<style>
a { background-color: #23CFDC; }
a { background-color: rgb(35,207,220); }
div.DivClassName
{
background-color: #23CFDC;
}
.BgClassName
{
background-color: #23CFDC;
}
</style>
border-color css
<style>
span { border-color: #23CFDC; }
span { border-color: rgb(35,207,220); }
td.TdClassName
{
border-color: #23CFDC;
}
.TagClassName
{
border-color: #23CFDC;
}
</style>