Shades of Bright Turquoise #25D5EE
Tints of Bright Turquoise #25D5EE
RGB
CMYK
RGB Variations
Color information
#25D5EE (or 0x25D5EE) is known color: Bright Turquoise. HEX triplet: 25, D5 and EE. RGB value is (37,213,238). Sum of RGB (Red+Green+Blue) = 37+213+238=488 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.58% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 238 (93.36% from 255 or 48.77% from 488); Max value from RGB is 238 - color contains mainly: blue. Hex color #25D5EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D5EE is #DA2A11. Grayscale: #A2A2A2. Windows color (decimal): -14297618 or 15652133. OLE color: 15652133.
HSL color Cylindrical-coordinate representation of color #25D5EE: hue angle of 187.46º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25D5EE is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 213 | 238 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.07 |
| HSL | 187.46º | 0.86% | 0.54% | - |
| HSV(B) | 187.46º | 0.84% | 0.93% | - |
| XYZ | 39.99 | 54.15 | 89.23 | - |
| YUV | 163.23 | 170.19 | 37.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 213 | 238 | 0.84 | 0.11 | 0 | 0.07 | 187.46 | 0.86 | 0.54 |
| Hex | 25 | D5 | EE | 54 | B | 0 | 7 | BB | 56 | 36 |
| Octal | 45 | 325 | 356 | 124 | 13 | 0 | 7 | 273 | 126 | 66 |
| Binary | 100101 | 11010101 | 11101110 | 1010100 | 1011 | 0 | 111 | 10111011 | 1010110 | 110110 |
Color Harmonies of #25D5EE
Complementary color
Monochromatic Colors of #25D5EE
Black with #25D5EE
Text Example
Text Example
White with #25D5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D5EE; }
p { color: rgb(37,213,238); }
H1.HeaderClassName
{
color: #25D5EE;
}
.AnyTagClassName
{
color: #25D5EE;
}
</style>
background-color css
<style>
a { background-color: #25D5EE; }
a { background-color: rgb(37,213,238); }
div.DivClassName
{
background-color: #25D5EE;
}
.BgClassName
{
background-color: #25D5EE;
}
</style>
border-color css
<style>
span { border-color: #25D5EE; }
span { border-color: rgb(37,213,238); }
td.TdClassName
{
border-color: #25D5EE;
}
.TagClassName
{
border-color: #25D5EE;
}
</style>