Shades of Medium Turquoise #48CFCC
Tints of Medium Turquoise #48CFCC
RGB
CMYK
RGB Variations
Color information
#48CFCC (or 0x48CFCC) is known color: Medium Turquoise. HEX triplet: 48, CF and CC. RGB value is (72,207,204). Sum of RGB (Red+Green+Blue) = 72+207+204=483 (63% of max value = 765). Red value is 72 (28.52% from 255 or 14.91% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #48CFCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #48CFCC is #B73033. Grayscale: #A6A6A6. Windows color (decimal): -12005428 or 13422408. OLE color: 13422408.
HSL color Cylindrical-coordinate representation of color #48CFCC: hue angle of 178.67º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48CFCC is Cyan = 0.65, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 72 | 207 | 204 | - |
| CMYK | 0.65 | 0 | 0.01 | 0.19 |
| HSL | 178.67º | 0.58% | 0.55% | - |
| HSV(B) | 178.67º | 0.65% | 0.81% | - |
| XYZ | 35.88 | 50.36 | 64.96 | - |
| YUV | 166.29 | 149.27 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 207 | 204 | 0.65 | 0 | 0.01 | 0.19 | 178.67 | 0.58 | 0.55 |
| Hex | 48 | CF | CC | 41 | 0 | 1 | 13 | B3 | 3A | 37 |
| Octal | 110 | 317 | 314 | 101 | 0 | 1 | 23 | 263 | 72 | 67 |
| Binary | 1001000 | 11001111 | 11001100 | 1000001 | 0 | 1 | 10011 | 10110011 | 111010 | 110111 |
Color Harmonies of #48CFCC
Complementary color
Monochromatic Colors of #48CFCC
Black with #48CFCC
Text Example
Text Example
White with #48CFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #48CFCC; }
p { color: rgb(72,207,204); }
H1.HeaderClassName
{
color: #48CFCC;
}
.AnyTagClassName
{
color: #48CFCC;
}
</style>
background-color css
<style>
a { background-color: #48CFCC; }
a { background-color: rgb(72,207,204); }
div.DivClassName
{
background-color: #48CFCC;
}
.BgClassName
{
background-color: #48CFCC;
}
</style>
border-color css
<style>
span { border-color: #48CFCC; }
span { border-color: rgb(72,207,204); }
td.TdClassName
{
border-color: #48CFCC;
}
.TagClassName
{
border-color: #48CFCC;
}
</style>