Shades of Turquoise #25CCCB
Tints of Turquoise #25CCCB
RGB
CMYK
RGB Variations
Color information
#25CCCB (or 0x25CCCB) is known color: Turquoise. HEX triplet: 25, CC and CB. RGB value is (37,204,203). Sum of RGB (Red+Green+Blue) = 37+204+203=444 (58% of max value = 765). Red value is 37 (14.84% from 255 or 8.33% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #25CCCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25CCCB is #DA3334. Grayscale: #999999. Windows color (decimal): -14299957 or 13356069. OLE color: 13356069.
HSL color Cylindrical-coordinate representation of color #25CCCB: hue angle of 179.64º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25CCCB is Cyan = 0.82, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 37 | 204 | 203 | - |
| CMYK | 0.82 | 0 | 0.00 | 0.2 |
| HSL | 179.64º | 0.69% | 0.47% | - |
| HSV(B) | 179.64º | 0.82% | 0.8% | - |
| XYZ | 33.14 | 47.89 | 64 | - |
| YUV | 153.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 203 | 0.82 | 0 | 0.00 | 0.2 | 179.64 | 0.69 | 0.47 |
| Hex | 25 | CC | CB | 52 | 0 | 0 | 14 | B4 | 45 | 2F |
| Octal | 45 | 314 | 313 | 122 | 0 | 0 | 24 | 264 | 105 | 57 |
| Binary | 100101 | 11001100 | 11001011 | 1010010 | 0 | 0 | 10100 | 10110100 | 1000101 | 101111 |
Color Harmonies of #25CCCB
Complementary color
Monochromatic Colors of #25CCCB
Black with #25CCCB
Text Example
Text Example
White with #25CCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCCB; }
p { color: rgb(37,204,203); }
H1.HeaderClassName
{
color: #25CCCB;
}
.AnyTagClassName
{
color: #25CCCB;
}
</style>
background-color css
<style>
a { background-color: #25CCCB; }
a { background-color: rgb(37,204,203); }
div.DivClassName
{
background-color: #25CCCB;
}
.BgClassName
{
background-color: #25CCCB;
}
</style>
border-color css
<style>
span { border-color: #25CCCB; }
span { border-color: rgb(37,204,203); }
td.TdClassName
{
border-color: #25CCCB;
}
.TagClassName
{
border-color: #25CCCB;
}
</style>