Shades of Bright Turquoise #27FCDA
Tints of Bright Turquoise #27FCDA
RGB
CMYK
RGB Variations
Color information
#27FCDA (or 0x27FCDA) is known color: Bright Turquoise. HEX triplet: 27, FC and DA. RGB value is (39,252,218). Sum of RGB (Red+Green+Blue) = 39+252+218=509 (67% of max value = 765). Red value is 39 (15.62% from 255 or 7.66% from 509); Green value is 252 (98.83% from 255 or 49.51% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 252 - color contains mainly: green. Hex color #27FCDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #27FCDA is #D80325. Grayscale: #B8B8B8. Windows color (decimal): -14156582 or 14351399. OLE color: 14351399.
HSL color Cylindrical-coordinate representation of color #27FCDA: hue angle of 170.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FCDA is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 218 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.01 |
| HSL | 170.42º | 0.97% | 0.57% | - |
| HSV(B) | 170.42º | 0.85% | 0.99% | - |
| XYZ | 48.3 | 75.11 | 78.28 | - |
| YUV | 184.44 | 146.93 | 24.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 218 | 0.85 | 0 | 0.13 | 0.01 | 170.42 | 0.97 | 0.57 |
| Hex | 27 | FC | DA | 55 | 0 | D | 1 | AA | 61 | 39 |
| Octal | 47 | 374 | 332 | 125 | 0 | 15 | 1 | 252 | 141 | 71 |
| Binary | 100111 | 11111100 | 11011010 | 1010101 | 0 | 1101 | 1 | 10101010 | 1100001 | 111001 |
Color Harmonies of #27FCDA
Complementary color
Monochromatic Colors of #27FCDA
Black with #27FCDA
Text Example
Text Example
White with #27FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FCDA; }
p { color: rgb(39,252,218); }
H1.HeaderClassName
{
color: #27FCDA;
}
.AnyTagClassName
{
color: #27FCDA;
}
</style>
background-color css
<style>
a { background-color: #27FCDA; }
a { background-color: rgb(39,252,218); }
div.DivClassName
{
background-color: #27FCDA;
}
.BgClassName
{
background-color: #27FCDA;
}
</style>
border-color css
<style>
span { border-color: #27FCDA; }
span { border-color: rgb(39,252,218); }
td.TdClassName
{
border-color: #27FCDA;
}
.TagClassName
{
border-color: #27FCDA;
}
</style>