Shades of Bright Turquoise #17EFF4
Tints of Bright Turquoise #17EFF4
RGB
CMYK
RGB Variations
Color information
#17EFF4 (or 0x17EFF4) is known color: Bright Turquoise. HEX triplet: 17, EF and F4. RGB value is (23,239,244). Sum of RGB (Red+Green+Blue) = 23+239+244=506 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.55% from 506); Green value is 239 (93.75% from 255 or 47.23% from 506); Blue value is 244 (95.70% from 255 or 48.22% from 506); Max value from RGB is 244 - color contains mainly: blue. Hex color #17EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFF4 is #E8100B. Grayscale: #AEAEAE. Windows color (decimal): -15208460 or 16051991. OLE color: 16051991.
HSL color Cylindrical-coordinate representation of color #17EFF4: hue angle of 181.36º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EFF4 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 239 | 244 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.04 |
| HSL | 181.36º | 0.91% | 0.52% | - |
| HSV(B) | 181.36º | 0.91% | 0.96% | - |
| XYZ | 47.55 | 68.45 | 96.29 | - |
| YUV | 174.99 | 166.94 | 19.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 244 | 0.91 | 0.02 | 0 | 0.04 | 181.36 | 0.91 | 0.52 |
| Hex | 17 | EF | F4 | 5B | 2 | 0 | 4 | B5 | 5B | 34 |
| Octal | 27 | 357 | 364 | 133 | 2 | 0 | 4 | 265 | 133 | 64 |
| Binary | 10111 | 11101111 | 11110100 | 1011011 | 10 | 0 | 100 | 10110101 | 1011011 | 110100 |
Color Harmonies of #17EFF4
Complementary color
Monochromatic Colors of #17EFF4
Black with #17EFF4
Text Example
Text Example
White with #17EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFF4; }
p { color: rgb(23,239,244); }
H1.HeaderClassName
{
color: #17EFF4;
}
.AnyTagClassName
{
color: #17EFF4;
}
</style>
background-color css
<style>
a { background-color: #17EFF4; }
a { background-color: rgb(23,239,244); }
div.DivClassName
{
background-color: #17EFF4;
}
.BgClassName
{
background-color: #17EFF4;
}
</style>
border-color css
<style>
span { border-color: #17EFF4; }
span { border-color: rgb(23,239,244); }
td.TdClassName
{
border-color: #17EFF4;
}
.TagClassName
{
border-color: #17EFF4;
}
</style>