Shades of Dark Turquoise #14CBDA
Tints of Dark Turquoise #14CBDA
RGB
CMYK
RGB Variations
Color information
#14CBDA (or 0x14CBDA) is known color: Dark Turquoise. HEX triplet: 14, CB and DA. RGB value is (20,203,218). Sum of RGB (Red+Green+Blue) = 20+203+218=441 (58% of max value = 765). Red value is 20 (8.20% from 255 or 4.54% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #14CBDA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #14CBDA is #EB3425. Grayscale: #959595. Windows color (decimal): -15414310 or 14338836. OLE color: 14338836.
HSL color Cylindrical-coordinate representation of color #14CBDA: hue angle of 184.55º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14CBDA is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 20 | 203 | 218 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.15 |
| HSL | 184.55º | 0.83% | 0.47% | - |
| HSV(B) | 184.55º | 0.91% | 0.85% | - |
| XYZ | 34.3 | 47.92 | 73.77 | - |
| YUV | 149.99 | 166.37 | 35.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 203 | 218 | 0.91 | 0.07 | 0 | 0.15 | 184.55 | 0.83 | 0.47 |
| Hex | 14 | CB | DA | 5B | 7 | 0 | F | B9 | 53 | 2F |
| Octal | 24 | 313 | 332 | 133 | 7 | 0 | 17 | 271 | 123 | 57 |
| Binary | 10100 | 11001011 | 11011010 | 1011011 | 111 | 0 | 1111 | 10111001 | 1010011 | 101111 |
Color Harmonies of #14CBDA
Complementary color
Monochromatic Colors of #14CBDA
Black with #14CBDA
Text Example
Text Example
White with #14CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14CBDA; }
p { color: rgb(20,203,218); }
H1.HeaderClassName
{
color: #14CBDA;
}
.AnyTagClassName
{
color: #14CBDA;
}
</style>
background-color css
<style>
a { background-color: #14CBDA; }
a { background-color: rgb(20,203,218); }
div.DivClassName
{
background-color: #14CBDA;
}
.BgClassName
{
background-color: #14CBDA;
}
</style>
border-color css
<style>
span { border-color: #14CBDA; }
span { border-color: rgb(20,203,218); }
td.TdClassName
{
border-color: #14CBDA;
}
.TagClassName
{
border-color: #14CBDA;
}
</style>