Shades of Turquoise #30E9FF
Tints of Turquoise #30E9FF
RGB
CMYK
RGB Variations
Color information
#30E9FF (or 0x30E9FF) is known color: Turquoise. HEX triplet: 30, E9 and FF. RGB value is (48,233,255). Sum of RGB (Red+Green+Blue) = 48+233+255=536 (70% of max value = 765). Red value is 48 (19.14% from 255 or 8.96% from 536); Green value is 233 (91.41% from 255 or 43.47% from 536); Blue value is 255 (100% from 255 or 47.57% from 536); Max value from RGB is 255 - color contains mainly: blue. Hex color #30E9FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #30E9FF is #CF1600. Grayscale: #B3B3B3. Windows color (decimal): -13571585 or 16771376. OLE color: 16771376.
HSL color Cylindrical-coordinate representation of color #30E9FF: hue angle of 186.38º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30E9FF is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 233 | 255 | - |
| CMYK | 0.81 | 0.09 | 0 | 0 |
| HSL | 186.38º | 1% | 0.59% | - |
| HSV(B) | 186.38º | 0.81% | 1% | - |
| XYZ | 48.41 | 66.13 | 104.82 | - |
| YUV | 180.19 | 170.21 | 33.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 255 | 0.81 | 0.09 | 0 | 0 | 186.38 | 1 | 0.59 |
| Hex | 30 | E9 | FF | 51 | 9 | 0 | 0 | BA | 64 | 3B |
| Octal | 60 | 351 | 377 | 121 | 11 | 0 | 0 | 272 | 144 | 73 |
| Binary | 110000 | 11101001 | 11111111 | 1010001 | 1001 | 0 | 0 | 10111010 | 1100100 | 111011 |
Color Harmonies of #30E9FF
Complementary color
Monochromatic Colors of #30E9FF
Black with #30E9FF
Text Example
Text Example
White with #30E9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E9FF; }
p { color: rgb(48,233,255); }
H1.HeaderClassName
{
color: #30E9FF;
}
.AnyTagClassName
{
color: #30E9FF;
}
</style>
background-color css
<style>
a { background-color: #30E9FF; }
a { background-color: rgb(48,233,255); }
div.DivClassName
{
background-color: #30E9FF;
}
.BgClassName
{
background-color: #30E9FF;
}
</style>
border-color css
<style>
span { border-color: #30E9FF; }
span { border-color: rgb(48,233,255); }
td.TdClassName
{
border-color: #30E9FF;
}
.TagClassName
{
border-color: #30E9FF;
}
</style>