Shades of Turquoise #30FAF2
Tints of Turquoise #30FAF2
RGB
CMYK
RGB Variations
Color information
#30FAF2 (or 0x30FAF2) is known color: Turquoise. HEX triplet: 30, FA and F2. RGB value is (48,250,242). Sum of RGB (Red+Green+Blue) = 48+250+242=540 (71% of max value = 765). Red value is 48 (19.14% from 255 or 8.89% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #30FAF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30FAF2 is #CF050D. Grayscale: #BCBCBC. Windows color (decimal): -13567246 or 15923760. OLE color: 15923760.
HSL color Cylindrical-coordinate representation of color #30FAF2: hue angle of 177.62º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FAF2 is Cyan = 0.81, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 250 | 242 | - |
| CMYK | 0.81 | 0 | 0.03 | 0.02 |
| HSL | 177.62º | 0.95% | 0.58% | - |
| HSV(B) | 177.62º | 0.81% | 0.98% | - |
| XYZ | 51.43 | 75.41 | 95.85 | - |
| YUV | 188.69 | 158.08 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 250 | 242 | 0.81 | 0 | 0.03 | 0.02 | 177.62 | 0.95 | 0.58 |
| Hex | 30 | FA | F2 | 51 | 0 | 3 | 2 | B2 | 5F | 3A |
| Octal | 60 | 372 | 362 | 121 | 0 | 3 | 2 | 262 | 137 | 72 |
| Binary | 110000 | 11111010 | 11110010 | 1010001 | 0 | 11 | 10 | 10110010 | 1011111 | 111010 |
Color Harmonies of #30FAF2
Complementary color
Monochromatic Colors of #30FAF2
Black with #30FAF2
Text Example
Text Example
White with #30FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FAF2; }
p { color: rgb(48,250,242); }
H1.HeaderClassName
{
color: #30FAF2;
}
.AnyTagClassName
{
color: #30FAF2;
}
</style>
background-color css
<style>
a { background-color: #30FAF2; }
a { background-color: rgb(48,250,242); }
div.DivClassName
{
background-color: #30FAF2;
}
.BgClassName
{
background-color: #30FAF2;
}
</style>
border-color css
<style>
span { border-color: #30FAF2; }
span { border-color: rgb(48,250,242); }
td.TdClassName
{
border-color: #30FAF2;
}
.TagClassName
{
border-color: #30FAF2;
}
</style>