Shades of Turquoise #30F4CB
Tints of Turquoise #30F4CB
RGB
CMYK
RGB Variations
Color information
#30F4CB (or 0x30F4CB) is known color: Turquoise. HEX triplet: 30, F4 and CB. RGB value is (48,244,203). Sum of RGB (Red+Green+Blue) = 48+244+203=495 (65% of max value = 765). Red value is 48 (19.14% from 255 or 9.70% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F4CB is #CF0B34. Grayscale: #B4B4B4. Windows color (decimal): -13568821 or 13366320. OLE color: 13366320.
HSL color Cylindrical-coordinate representation of color #30F4CB: hue angle of 167.45º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F4CB is Cyan = 0.80, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 203 | - |
| CMYK | 0.80 | 0 | 0.17 | 0.04 |
| HSL | 167.45º | 0.9% | 0.57% | - |
| HSV(B) | 167.45º | 0.8% | 0.96% | - |
| XYZ | 44.35 | 69.64 | 67.6 | - |
| YUV | 180.72 | 140.57 | 33.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 203 | 0.80 | 0 | 0.17 | 0.04 | 167.45 | 0.9 | 0.57 |
| Hex | 30 | F4 | CB | 50 | 0 | 11 | 4 | A7 | 5A | 39 |
| Octal | 60 | 364 | 313 | 120 | 0 | 21 | 4 | 247 | 132 | 71 |
| Binary | 110000 | 11110100 | 11001011 | 1010000 | 0 | 10001 | 100 | 10100111 | 1011010 | 111001 |
Color Harmonies of #30F4CB
Complementary color
Monochromatic Colors of #30F4CB
Black with #30F4CB
Text Example
Text Example
White with #30F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F4CB; }
p { color: rgb(48,244,203); }
H1.HeaderClassName
{
color: #30F4CB;
}
.AnyTagClassName
{
color: #30F4CB;
}
</style>
background-color css
<style>
a { background-color: #30F4CB; }
a { background-color: rgb(48,244,203); }
div.DivClassName
{
background-color: #30F4CB;
}
.BgClassName
{
background-color: #30F4CB;
}
</style>
border-color css
<style>
span { border-color: #30F4CB; }
span { border-color: rgb(48,244,203); }
td.TdClassName
{
border-color: #30F4CB;
}
.TagClassName
{
border-color: #30F4CB;
}
</style>