Shades of Bright Turquoise #27DFF2
Tints of Bright Turquoise #27DFF2
RGB
CMYK
RGB Variations
Color information
#27DFF2 (or 0x27DFF2) is known color: Bright Turquoise. HEX triplet: 27, DF and F2. RGB value is (39,223,242). Sum of RGB (Red+Green+Blue) = 39+223+242=504 (66% of max value = 765). Red value is 39 (15.62% from 255 or 7.74% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #27DFF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #27DFF2 is #D8200D. Grayscale: #A9A9A9. Windows color (decimal): -14163982 or 15916839. OLE color: 15916839.
HSL color Cylindrical-coordinate representation of color #27DFF2: hue angle of 185.62º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27DFF2 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 223 | 242 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.05 |
| HSL | 185.62º | 0.89% | 0.55% | - |
| HSV(B) | 185.62º | 0.84% | 0.95% | - |
| XYZ | 43.25 | 59.62 | 93.23 | - |
| YUV | 170.15 | 168.54 | 34.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 223 | 242 | 0.84 | 0.08 | 0 | 0.05 | 185.62 | 0.89 | 0.55 |
| Hex | 27 | DF | F2 | 54 | 8 | 0 | 5 | BA | 59 | 37 |
| Octal | 47 | 337 | 362 | 124 | 10 | 0 | 5 | 272 | 131 | 67 |
| Binary | 100111 | 11011111 | 11110010 | 1010100 | 1000 | 0 | 101 | 10111010 | 1011001 | 110111 |
Color Harmonies of #27DFF2
Complementary color
Monochromatic Colors of #27DFF2
Black with #27DFF2
Text Example
Text Example
White with #27DFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27DFF2; }
p { color: rgb(39,223,242); }
H1.HeaderClassName
{
color: #27DFF2;
}
.AnyTagClassName
{
color: #27DFF2;
}
</style>
background-color css
<style>
a { background-color: #27DFF2; }
a { background-color: rgb(39,223,242); }
div.DivClassName
{
background-color: #27DFF2;
}
.BgClassName
{
background-color: #27DFF2;
}
</style>
border-color css
<style>
span { border-color: #27DFF2; }
span { border-color: rgb(39,223,242); }
td.TdClassName
{
border-color: #27DFF2;
}
.TagClassName
{
border-color: #27DFF2;
}
</style>