Shades of Turquoise #30EAFD
Tints of Turquoise #30EAFD
RGB
CMYK
RGB Variations
Color information
#30EAFD (or 0x30EAFD) is known color: Turquoise. HEX triplet: 30, EA and FD. RGB value is (48,234,253). Sum of RGB (Red+Green+Blue) = 48+234+253=535 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.97% from 535); Green value is 234 (91.80% from 255 or 43.74% from 535); Blue value is 253 (99.22% from 255 or 47.29% from 535); Max value from RGB is 253 - color contains mainly: blue. Hex color #30EAFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30EAFD is #CF1502. Grayscale: #B4B4B4. Windows color (decimal): -13571331 or 16640560. OLE color: 16640560.
HSL color Cylindrical-coordinate representation of color #30EAFD: hue angle of 185.56º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30EAFD is Cyan = 0.81, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 234 | 253 | - |
| CMYK | 0.81 | 0.08 | 0 | 0.01 |
| HSL | 185.56º | 0.98% | 0.59% | - |
| HSV(B) | 185.56º | 0.81% | 0.99% | - |
| XYZ | 48.37 | 66.57 | 103.23 | - |
| YUV | 180.55 | 168.88 | 33.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 253 | 0.81 | 0.08 | 0 | 0.01 | 185.56 | 0.98 | 0.59 |
| Hex | 30 | EA | FD | 51 | 8 | 0 | 1 | BA | 62 | 3B |
| Octal | 60 | 352 | 375 | 121 | 10 | 0 | 1 | 272 | 142 | 73 |
| Binary | 110000 | 11101010 | 11111101 | 1010001 | 1000 | 0 | 1 | 10111010 | 1100010 | 111011 |
Color Harmonies of #30EAFD
Complementary color
Monochromatic Colors of #30EAFD
Black with #30EAFD
Text Example
Text Example
White with #30EAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EAFD; }
p { color: rgb(48,234,253); }
H1.HeaderClassName
{
color: #30EAFD;
}
.AnyTagClassName
{
color: #30EAFD;
}
</style>
background-color css
<style>
a { background-color: #30EAFD; }
a { background-color: rgb(48,234,253); }
div.DivClassName
{
background-color: #30EAFD;
}
.BgClassName
{
background-color: #30EAFD;
}
</style>
border-color css
<style>
span { border-color: #30EAFD; }
span { border-color: rgb(48,234,253); }
td.TdClassName
{
border-color: #30EAFD;
}
.TagClassName
{
border-color: #30EAFD;
}
</style>