Shades of Turquoise #48FFCF
Tints of Turquoise #48FFCF
RGB
CMYK
RGB Variations
Color information
#48FFCF (or 0x48FFCF) is known color: Turquoise. HEX triplet: 48, FF and CF. RGB value is (72,255,207). Sum of RGB (Red+Green+Blue) = 72+255+207=534 (70% of max value = 765). Red value is 72 (28.52% from 255 or 13.48% from 534); Green value is 255 (100% from 255 or 47.75% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 255 - color contains mainly: green. Hex color #48FFCF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #48FFCF is #B70030. Grayscale: #C2C2C2. Windows color (decimal): -11993137 or 13631304. OLE color: 13631304.
HSL color Cylindrical-coordinate representation of color #48FFCF: hue angle of 164.26º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #48FFCF is Cyan = 0.72, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 72 | 255 | 207 | - |
| CMYK | 0.72 | 0 | 0.19 | 0 |
| HSL | 164.26º | 1% | 0.64% | - |
| HSV(B) | 164.26º | 0.72% | 1% | - |
| XYZ | 49.69 | 77.4 | 71.35 | - |
| YUV | 194.81 | 134.87 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 255 | 207 | 0.72 | 0 | 0.19 | 0 | 164.26 | 1 | 0.64 |
| Hex | 48 | FF | CF | 48 | 0 | 13 | 0 | A4 | 64 | 40 |
| Octal | 110 | 377 | 317 | 110 | 0 | 23 | 0 | 244 | 144 | 100 |
| Binary | 1001000 | 11111111 | 11001111 | 1001000 | 0 | 10011 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #48FFCF
Complementary color
Monochromatic Colors of #48FFCF
Black with #48FFCF
Text Example
Text Example
White with #48FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48FFCF; }
p { color: rgb(72,255,207); }
H1.HeaderClassName
{
color: #48FFCF;
}
.AnyTagClassName
{
color: #48FFCF;
}
</style>
background-color css
<style>
a { background-color: #48FFCF; }
a { background-color: rgb(72,255,207); }
div.DivClassName
{
background-color: #48FFCF;
}
.BgClassName
{
background-color: #48FFCF;
}
</style>
border-color css
<style>
span { border-color: #48FFCF; }
span { border-color: rgb(72,255,207); }
td.TdClassName
{
border-color: #48FFCF;
}
.TagClassName
{
border-color: #48FFCF;
}
</style>