Shades of Turquoise #30DCEE
Tints of Turquoise #30DCEE
RGB
CMYK
RGB Variations
Color information
#30DCEE (or 0x30DCEE) is known color: Turquoise. HEX triplet: 30, DC and EE. RGB value is (48,220,238). Sum of RGB (Red+Green+Blue) = 48+220+238=506 (67% of max value = 765). Red value is 48 (19.14% from 255 or 9.49% from 506); Green value is 220 (86.33% from 255 or 43.48% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #30DCEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #30DCEE is #CF2311. Grayscale: #AAAAAA. Windows color (decimal): -13574930 or 15653936. OLE color: 15653936.
HSL color Cylindrical-coordinate representation of color #30DCEE: hue angle of 185.68º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30DCEE is Cyan = 0.80, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 220 | 238 | - |
| CMYK | 0.80 | 0.08 | 0 | 0.07 |
| HSL | 185.68º | 0.85% | 0.56% | - |
| HSV(B) | 185.68º | 0.8% | 0.93% | - |
| XYZ | 42.24 | 57.99 | 89.86 | - |
| YUV | 170.62 | 166.02 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 238 | 0.80 | 0.08 | 0 | 0.07 | 185.68 | 0.85 | 0.56 |
| Hex | 30 | DC | EE | 50 | 8 | 0 | 7 | BA | 55 | 38 |
| Octal | 60 | 334 | 356 | 120 | 10 | 0 | 7 | 272 | 125 | 70 |
| Binary | 110000 | 11011100 | 11101110 | 1010000 | 1000 | 0 | 111 | 10111010 | 1010101 | 111000 |
Color Harmonies of #30DCEE
Complementary color
Monochromatic Colors of #30DCEE
Black with #30DCEE
Text Example
Text Example
White with #30DCEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DCEE; }
p { color: rgb(48,220,238); }
H1.HeaderClassName
{
color: #30DCEE;
}
.AnyTagClassName
{
color: #30DCEE;
}
</style>
background-color css
<style>
a { background-color: #30DCEE; }
a { background-color: rgb(48,220,238); }
div.DivClassName
{
background-color: #30DCEE;
}
.BgClassName
{
background-color: #30DCEE;
}
</style>
border-color css
<style>
span { border-color: #30DCEE; }
span { border-color: rgb(48,220,238); }
td.TdClassName
{
border-color: #30DCEE;
}
.TagClassName
{
border-color: #30DCEE;
}
</style>