Shades of Bright Turquoise #27EEF3
Tints of Bright Turquoise #27EEF3
RGB
CMYK
RGB Variations
Color information
#27EEF3 (or 0x27EEF3) is known color: Bright Turquoise. HEX triplet: 27, EE and F3. RGB value is (39,238,243). Sum of RGB (Red+Green+Blue) = 39+238+243=520 (68% of max value = 765). Red value is 39 (15.62% from 255 or 7.5% from 520); Green value is 238 (93.36% from 255 or 45.77% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 243 - color contains mainly: blue. Hex color #27EEF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #27EEF3 is #D8110C. Grayscale: #B2B2B2. Windows color (decimal): -14160141 or 15986215. OLE color: 15986215.
HSL color Cylindrical-coordinate representation of color #27EEF3: hue angle of 181.47º 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 #27EEF3 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 238 | 243 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.05 |
| HSL | 181.47º | 0.89% | 0.55% | - |
| HSV(B) | 181.47º | 0.84% | 0.95% | - |
| XYZ | 47.59 | 68.05 | 95.42 | - |
| YUV | 179.07 | 164.07 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 238 | 243 | 0.84 | 0.02 | 0 | 0.05 | 181.47 | 0.89 | 0.55 |
| Hex | 27 | EE | F3 | 54 | 2 | 0 | 5 | B5 | 59 | 37 |
| Octal | 47 | 356 | 363 | 124 | 2 | 0 | 5 | 265 | 131 | 67 |
| Binary | 100111 | 11101110 | 11110011 | 1010100 | 10 | 0 | 101 | 10110101 | 1011001 | 110111 |
Color Harmonies of #27EEF3
Complementary color
Monochromatic Colors of #27EEF3
Black with #27EEF3
Text Example
Text Example
White with #27EEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27EEF3; }
p { color: rgb(39,238,243); }
H1.HeaderClassName
{
color: #27EEF3;
}
.AnyTagClassName
{
color: #27EEF3;
}
</style>
background-color css
<style>
a { background-color: #27EEF3; }
a { background-color: rgb(39,238,243); }
div.DivClassName
{
background-color: #27EEF3;
}
.BgClassName
{
background-color: #27EEF3;
}
</style>
border-color css
<style>
span { border-color: #27EEF3; }
span { border-color: rgb(39,238,243); }
td.TdClassName
{
border-color: #27EEF3;
}
.TagClassName
{
border-color: #27EEF3;
}
</style>