Shades of Turquoise #25FBCB
Tints of Turquoise #25FBCB
RGB
CMYK
RGB Variations
Color information
#25FBCB (or 0x25FBCB) is known color: Turquoise. HEX triplet: 25, FB and CB. RGB value is (37,251,203). Sum of RGB (Red+Green+Blue) = 37+251+203=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #25FBCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #25FBCB is #DA0434. Grayscale: #B5B5B5. Windows color (decimal): -14287925 or 13368101. OLE color: 13368101.
HSL color Cylindrical-coordinate representation of color #25FBCB: hue angle of 166.54º degrees, saturation: 0.96, 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 #25FBCB is Cyan = 0.85, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 251 | 203 | - |
| CMYK | 0.85 | 0 | 0.19 | 0.02 |
| HSL | 166.54º | 0.96% | 0.56% | - |
| HSV(B) | 166.54º | 0.85% | 0.98% | - |
| XYZ | 46.04 | 73.7 | 68.3 | - |
| YUV | 181.54 | 140.1 | 24.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 251 | 203 | 0.85 | 0 | 0.19 | 0.02 | 166.54 | 0.96 | 0.56 |
| Hex | 25 | FB | CB | 55 | 0 | 13 | 2 | A7 | 60 | 38 |
| Octal | 45 | 373 | 313 | 125 | 0 | 23 | 2 | 247 | 140 | 70 |
| Binary | 100101 | 11111011 | 11001011 | 1010101 | 0 | 10011 | 10 | 10100111 | 1100000 | 111000 |
Color Harmonies of #25FBCB
Complementary color
Monochromatic Colors of #25FBCB
Black with #25FBCB
Text Example
Text Example
White with #25FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25FBCB; }
p { color: rgb(37,251,203); }
H1.HeaderClassName
{
color: #25FBCB;
}
.AnyTagClassName
{
color: #25FBCB;
}
</style>
background-color css
<style>
a { background-color: #25FBCB; }
a { background-color: rgb(37,251,203); }
div.DivClassName
{
background-color: #25FBCB;
}
.BgClassName
{
background-color: #25FBCB;
}
</style>
border-color css
<style>
span { border-color: #25FBCB; }
span { border-color: rgb(37,251,203); }
td.TdClassName
{
border-color: #25FBCB;
}
.TagClassName
{
border-color: #25FBCB;
}
</style>