Shades of Bright Turquoise #27EFF8
Tints of Bright Turquoise #27EFF8
RGB
CMYK
RGB Variations
Color information
#27EFF8 (or 0x27EFF8) is known color: Bright Turquoise. HEX triplet: 27, EF and F8. RGB value is (39,239,248). Sum of RGB (Red+Green+Blue) = 39+239+248=526 (69% of max value = 765). Red value is 39 (15.62% from 255 or 7.41% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #27EFF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EFF8 is #D81007. Grayscale: #B3B3B3. Windows color (decimal): -14159880 or 16314151. OLE color: 16314151.
HSL color Cylindrical-coordinate representation of color #27EFF8: hue angle of 182.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #27EFF8 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 39 | 239 | 248 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.03 |
| HSL | 182.58º | 0.94% | 0.56% | - |
| HSV(B) | 182.58º | 0.84% | 0.97% | - |
| XYZ | 48.65 | 68.94 | 99.55 | - |
| YUV | 180.23 | 166.24 | 27.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 239 | 248 | 0.84 | 0.04 | 0 | 0.03 | 182.58 | 0.94 | 0.56 |
| Hex | 27 | EF | F8 | 54 | 4 | 0 | 3 | B7 | 5E | 38 |
| Octal | 47 | 357 | 370 | 124 | 4 | 0 | 3 | 267 | 136 | 70 |
| Binary | 100111 | 11101111 | 11111000 | 1010100 | 100 | 0 | 11 | 10110111 | 1011110 | 111000 |
Color Harmonies of #27EFF8
Complementary color
Monochromatic Colors of #27EFF8
Black with #27EFF8
Text Example
Text Example
White with #27EFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EFF8; }
p { color: rgb(39,239,248); }
H1.HeaderClassName
{
color: #27EFF8;
}
.AnyTagClassName
{
color: #27EFF8;
}
</style>
background-color css
<style>
a { background-color: #27EFF8; }
a { background-color: rgb(39,239,248); }
div.DivClassName
{
background-color: #27EFF8;
}
.BgClassName
{
background-color: #27EFF8;
}
</style>
border-color css
<style>
span { border-color: #27EFF8; }
span { border-color: rgb(39,239,248); }
td.TdClassName
{
border-color: #27EFF8;
}
.TagClassName
{
border-color: #27EFF8;
}
</style>