Shades of Turquoise #27CFDB
Tints of Turquoise #27CFDB
RGB
CMYK
RGB Variations
Color information
#27CFDB (or 0x27CFDB) is known color: Turquoise. HEX triplet: 27, CF and DB. RGB value is (39,207,219). Sum of RGB (Red+Green+Blue) = 39+207+219=465 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.39% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #27CFDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFDB is #D83024. Grayscale: #9D9D9D. Windows color (decimal): -14168101 or 14405415. OLE color: 14405415.
HSL color Cylindrical-coordinate representation of color #27CFDB: hue angle of 184º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CFDB is Cyan = 0.82, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 39 | 207 | 219 | - |
| CMYK | 0.82 | 0.05 | 0 | 0.14 |
| HSL | 184º | 0.71% | 0.51% | - |
| HSV(B) | 184º | 0.82% | 0.86% | - |
| XYZ | 35.94 | 50.17 | 74.81 | - |
| YUV | 158.14 | 162.34 | 43.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 219 | 0.82 | 0.05 | 0 | 0.14 | 184 | 0.71 | 0.51 |
| Hex | 27 | CF | DB | 52 | 5 | 0 | E | B8 | 47 | 33 |
| Octal | 47 | 317 | 333 | 122 | 5 | 0 | 16 | 270 | 107 | 63 |
| Binary | 100111 | 11001111 | 11011011 | 1010010 | 101 | 0 | 1110 | 10111000 | 1000111 | 110011 |
Color Harmonies of #27CFDB
Complementary color
Monochromatic Colors of #27CFDB
Black with #27CFDB
Text Example
Text Example
White with #27CFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFDB; }
p { color: rgb(39,207,219); }
H1.HeaderClassName
{
color: #27CFDB;
}
.AnyTagClassName
{
color: #27CFDB;
}
</style>
background-color css
<style>
a { background-color: #27CFDB; }
a { background-color: rgb(39,207,219); }
div.DivClassName
{
background-color: #27CFDB;
}
.BgClassName
{
background-color: #27CFDB;
}
</style>
border-color css
<style>
span { border-color: #27CFDB; }
span { border-color: rgb(39,207,219); }
td.TdClassName
{
border-color: #27CFDB;
}
.TagClassName
{
border-color: #27CFDB;
}
</style>