Shades of Turquoise #30DAFA
Tints of Turquoise #30DAFA
RGB
CMYK
RGB Variations
Color information
#30DAFA (or 0x30DAFA) is known color: Turquoise. HEX triplet: 30, DA and FA. RGB value is (48,218,250). Sum of RGB (Red+Green+Blue) = 48+218+250=516 (68% of max value = 765). Red value is 48 (19.14% from 255 or 9.30% from 516); Green value is 218 (85.55% from 255 or 42.25% from 516); Blue value is 250 (98.05% from 255 or 48.45% from 516); Max value from RGB is 250 - color contains mainly: blue. Hex color #30DAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DAFA is #CF2505. Grayscale: #AAAAAA. Windows color (decimal): -13575430 or 16439856. OLE color: 16439856.
HSL color Cylindrical-coordinate representation of color #30DAFA: hue angle of 189.5º 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 #30DAFA is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 48 | 218 | 250 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.02 |
| HSL | 189.5º | 0.95% | 0.58% | - |
| HSV(B) | 189.5º | 0.81% | 0.98% | - |
| XYZ | 43.55 | 57.67 | 99.28 | - |
| YUV | 170.82 | 172.68 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 218 | 250 | 0.81 | 0.13 | 0 | 0.02 | 189.5 | 0.95 | 0.58 |
| Hex | 30 | DA | FA | 51 | D | 0 | 2 | BE | 5F | 3A |
| Octal | 60 | 332 | 372 | 121 | 15 | 0 | 2 | 276 | 137 | 72 |
| Binary | 110000 | 11011010 | 11111010 | 1010001 | 1101 | 0 | 10 | 10111110 | 1011111 | 111010 |
Color Harmonies of #30DAFA
Complementary color
Monochromatic Colors of #30DAFA
Black with #30DAFA
Text Example
Text Example
White with #30DAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DAFA; }
p { color: rgb(48,218,250); }
H1.HeaderClassName
{
color: #30DAFA;
}
.AnyTagClassName
{
color: #30DAFA;
}
</style>
background-color css
<style>
a { background-color: #30DAFA; }
a { background-color: rgb(48,218,250); }
div.DivClassName
{
background-color: #30DAFA;
}
.BgClassName
{
background-color: #30DAFA;
}
</style>
border-color css
<style>
span { border-color: #30DAFA; }
span { border-color: rgb(48,218,250); }
td.TdClassName
{
border-color: #30DAFA;
}
.TagClassName
{
border-color: #30DAFA;
}
</style>