Shades of Turquoise #27CFDE
Tints of Turquoise #27CFDE
RGB
CMYK
RGB Variations
Color information
#27CFDE (or 0x27CFDE) is known color: Turquoise. HEX triplet: 27, CF and DE. RGB value is (39,207,222). Sum of RGB (Red+Green+Blue) = 39+207+222=468 (61% of max value = 765). Red value is 39 (15.62% from 255 or 8.33% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #27CFDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CFDE is #D83021. Grayscale: #9E9E9E. Windows color (decimal): -14168098 or 14602023. OLE color: 14602023.
HSL color Cylindrical-coordinate representation of color #27CFDE: hue angle of 184.92º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27CFDE is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 39 | 207 | 222 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.13 |
| HSL | 184.92º | 0.73% | 0.51% | - |
| HSV(B) | 184.92º | 0.82% | 0.87% | - |
| XYZ | 36.33 | 50.33 | 76.91 | - |
| YUV | 158.48 | 163.84 | 42.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 207 | 222 | 0.82 | 0.07 | 0 | 0.13 | 184.92 | 0.73 | 0.51 |
| Hex | 27 | CF | DE | 52 | 7 | 0 | D | B9 | 49 | 33 |
| Octal | 47 | 317 | 336 | 122 | 7 | 0 | 15 | 271 | 111 | 63 |
| Binary | 100111 | 11001111 | 11011110 | 1010010 | 111 | 0 | 1101 | 10111001 | 1001001 | 110011 |
Color Harmonies of #27CFDE
Complementary color
Monochromatic Colors of #27CFDE
Black with #27CFDE
Text Example
Text Example
White with #27CFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CFDE; }
p { color: rgb(39,207,222); }
H1.HeaderClassName
{
color: #27CFDE;
}
.AnyTagClassName
{
color: #27CFDE;
}
</style>
background-color css
<style>
a { background-color: #27CFDE; }
a { background-color: rgb(39,207,222); }
div.DivClassName
{
background-color: #27CFDE;
}
.BgClassName
{
background-color: #27CFDE;
}
</style>
border-color css
<style>
span { border-color: #27CFDE; }
span { border-color: rgb(39,207,222); }
td.TdClassName
{
border-color: #27CFDE;
}
.TagClassName
{
border-color: #27CFDE;
}
</style>