Shades of Turquoise #48FCCC
Tints of Turquoise #48FCCC
RGB
CMYK
RGB Variations
Color information
#48FCCC (or 0x48FCCC) is known color: Turquoise. HEX triplet: 48, FC and CC. RGB value is (72,252,204). Sum of RGB (Red+Green+Blue) = 72+252+204=528 (69% of max value = 765). Red value is 72 (28.52% from 255 or 13.64% from 528); Green value is 252 (98.83% from 255 or 47.73% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 252 - color contains mainly: green. Hex color #48FCCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FCCC is #B70333. Grayscale: #C0C0C0. Windows color (decimal): -11993908 or 13433928. OLE color: 13433928.
HSL color Cylindrical-coordinate representation of color #48FCCC: hue angle of 164º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #48FCCC is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 252 | 204 | - |
| CMYK | 0.71 | 0 | 0.19 | 0.01 |
| HSL | 164º | 0.97% | 0.64% | - |
| HSV(B) | 164º | 0.71% | 0.99% | - |
| XYZ | 48.38 | 75.36 | 69.12 | - |
| YUV | 192.71 | 134.37 | 41.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 252 | 204 | 0.71 | 0 | 0.19 | 0.01 | 164 | 0.97 | 0.64 |
| Hex | 48 | FC | CC | 47 | 0 | 13 | 1 | A4 | 61 | 40 |
| Octal | 110 | 374 | 314 | 107 | 0 | 23 | 1 | 244 | 141 | 100 |
| Binary | 1001000 | 11111100 | 11001100 | 1000111 | 0 | 10011 | 1 | 10100100 | 1100001 | 1000000 |
Color Harmonies of #48FCCC
Complementary color
Monochromatic Colors of #48FCCC
Black with #48FCCC
Text Example
Text Example
White with #48FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FCCC; }
p { color: rgb(72,252,204); }
H1.HeaderClassName
{
color: #48FCCC;
}
.AnyTagClassName
{
color: #48FCCC;
}
</style>
background-color css
<style>
a { background-color: #48FCCC; }
a { background-color: rgb(72,252,204); }
div.DivClassName
{
background-color: #48FCCC;
}
.BgClassName
{
background-color: #48FCCC;
}
</style>
border-color css
<style>
span { border-color: #48FCCC; }
span { border-color: rgb(72,252,204); }
td.TdClassName
{
border-color: #48FCCC;
}
.TagClassName
{
border-color: #48FCCC;
}
</style>