Shades of Turquoise #30F4CF
Tints of Turquoise #30F4CF
RGB
CMYK
RGB Variations
Color information
#30F4CF (or 0x30F4CF) is known color: Turquoise. HEX triplet: 30, F4 and CF. RGB value is (48,244,207). Sum of RGB (Red+Green+Blue) = 48+244+207=499 (66% of max value = 765). Red value is 48 (19.14% from 255 or 9.62% from 499); Green value is 244 (95.70% from 255 or 48.90% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 244 - color contains mainly: green. Hex color #30F4CF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #30F4CF is #CF0B30. Grayscale: #B5B5B5. Windows color (decimal): -13568817 or 13628464. OLE color: 13628464.
HSL color Cylindrical-coordinate representation of color #30F4CF: hue angle of 168.67º 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 #30F4CF is Cyan = 0.80, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 244 | 207 | - |
| CMYK | 0.80 | 0 | 0.15 | 0.04 |
| HSL | 168.67º | 0.9% | 0.57% | - |
| HSV(B) | 168.67º | 0.8% | 0.96% | - |
| XYZ | 44.83 | 69.83 | 70.15 | - |
| YUV | 181.18 | 142.57 | 33.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 244 | 207 | 0.80 | 0 | 0.15 | 0.04 | 168.67 | 0.9 | 0.57 |
| Hex | 30 | F4 | CF | 50 | 0 | F | 4 | A9 | 5A | 39 |
| Octal | 60 | 364 | 317 | 120 | 0 | 17 | 4 | 251 | 132 | 71 |
| Binary | 110000 | 11110100 | 11001111 | 1010000 | 0 | 1111 | 100 | 10101001 | 1011010 | 111001 |
Color Harmonies of #30F4CF
Complementary color
Monochromatic Colors of #30F4CF
Black with #30F4CF
Text Example
Text Example
White with #30F4CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F4CF; }
p { color: rgb(48,244,207); }
H1.HeaderClassName
{
color: #30F4CF;
}
.AnyTagClassName
{
color: #30F4CF;
}
</style>
background-color css
<style>
a { background-color: #30F4CF; }
a { background-color: rgb(48,244,207); }
div.DivClassName
{
background-color: #30F4CF;
}
.BgClassName
{
background-color: #30F4CF;
}
</style>
border-color css
<style>
span { border-color: #30F4CF; }
span { border-color: rgb(48,244,207); }
td.TdClassName
{
border-color: #30F4CF;
}
.TagClassName
{
border-color: #30F4CF;
}
</style>