Shades of Bright Turquoise #25EEF9
Tints of Bright Turquoise #25EEF9
RGB
CMYK
RGB Variations
Color information
#25EEF9 (or 0x25EEF9) is known color: Bright Turquoise. HEX triplet: 25, EE and F9. RGB value is (37,238,249). Sum of RGB (Red+Green+Blue) = 37+238+249=524 (69% of max value = 765). Red value is 37 (14.84% from 255 or 7.06% from 524); Green value is 238 (93.36% from 255 or 45.42% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #25EEF9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #25EEF9 is #DA1106. Grayscale: #B2B2B2. Windows color (decimal): -14291207 or 16379429. OLE color: 16379429.
HSL color Cylindrical-coordinate representation of color #25EEF9: hue angle of 183.11º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EEF9 is Cyan = 0.85, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 238 | 249 | - |
| CMYK | 0.85 | 0.04 | 0 | 0.02 |
| HSL | 183.11º | 0.95% | 0.56% | - |
| HSV(B) | 183.11º | 0.85% | 0.98% | - |
| XYZ | 48.44 | 68.38 | 100.27 | - |
| YUV | 179.16 | 167.41 | 26.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 249 | 0.85 | 0.04 | 0 | 0.02 | 183.11 | 0.95 | 0.56 |
| Hex | 25 | EE | F9 | 55 | 4 | 0 | 2 | B7 | 5F | 38 |
| Octal | 45 | 356 | 371 | 125 | 4 | 0 | 2 | 267 | 137 | 70 |
| Binary | 100101 | 11101110 | 11111001 | 1010101 | 100 | 0 | 10 | 10110111 | 1011111 | 111000 |
Color Harmonies of #25EEF9
Complementary color
Monochromatic Colors of #25EEF9
Black with #25EEF9
Text Example
Text Example
White with #25EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EEF9; }
p { color: rgb(37,238,249); }
H1.HeaderClassName
{
color: #25EEF9;
}
.AnyTagClassName
{
color: #25EEF9;
}
</style>
background-color css
<style>
a { background-color: #25EEF9; }
a { background-color: rgb(37,238,249); }
div.DivClassName
{
background-color: #25EEF9;
}
.BgClassName
{
background-color: #25EEF9;
}
</style>
border-color css
<style>
span { border-color: #25EEF9; }
span { border-color: rgb(37,238,249); }
td.TdClassName
{
border-color: #25EEF9;
}
.TagClassName
{
border-color: #25EEF9;
}
</style>