Shades of Dark Turquoise #18CBDF
Tints of Dark Turquoise #18CBDF
RGB
CMYK
RGB Variations
Color information
#18CBDF (or 0x18CBDF) is known color: Dark Turquoise. HEX triplet: 18, CB and DF. RGB value is (24,203,223). Sum of RGB (Red+Green+Blue) = 24+203+223=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 203 (79.69% from 255 or 45.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #18CBDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #18CBDF is #E73420. Grayscale: #979797. Windows color (decimal): -15152161 or 14666520. OLE color: 14666520.
HSL color Cylindrical-coordinate representation of color #18CBDF: hue angle of 186.03º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18CBDF is Cyan = 0.89, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 24 | 203 | 223 | - |
| CMYK | 0.89 | 0.09 | 0 | 0.13 |
| HSL | 186.03º | 0.81% | 0.48% | - |
| HSV(B) | 186.03º | 0.89% | 0.87% | - |
| XYZ | 35.05 | 48.23 | 77.27 | - |
| YUV | 151.76 | 168.2 | 36.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 203 | 223 | 0.89 | 0.09 | 0 | 0.13 | 186.03 | 0.81 | 0.48 |
| Hex | 18 | CB | DF | 59 | 9 | 0 | D | BA | 51 | 30 |
| Octal | 30 | 313 | 337 | 131 | 11 | 0 | 15 | 272 | 121 | 60 |
| Binary | 11000 | 11001011 | 11011111 | 1011001 | 1001 | 0 | 1101 | 10111010 | 1010001 | 110000 |
Color Harmonies of #18CBDF
Complementary color
Monochromatic Colors of #18CBDF
Black with #18CBDF
Text Example
Text Example
White with #18CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18CBDF; }
p { color: rgb(24,203,223); }
H1.HeaderClassName
{
color: #18CBDF;
}
.AnyTagClassName
{
color: #18CBDF;
}
</style>
background-color css
<style>
a { background-color: #18CBDF; }
a { background-color: rgb(24,203,223); }
div.DivClassName
{
background-color: #18CBDF;
}
.BgClassName
{
background-color: #18CBDF;
}
</style>
border-color css
<style>
span { border-color: #18CBDF; }
span { border-color: rgb(24,203,223); }
td.TdClassName
{
border-color: #18CBDF;
}
.TagClassName
{
border-color: #18CBDF;
}
</style>