Shades of Turquoise #3AD8EE
Tints of Turquoise #3AD8EE
RGB
CMYK
RGB Variations
Color information
#3AD8EE (or 0x3AD8EE) is known color: Turquoise. HEX triplet: 3A, D8 and EE. RGB value is (58,216,238). Sum of RGB (Red+Green+Blue) = 58+216+238=512 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.33% from 512); Green value is 216 (84.77% from 255 or 42.19% from 512); Blue value is 238 (93.36% from 255 or 46.48% from 512); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AD8EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AD8EE is #C52711. Grayscale: #ABABAB. Windows color (decimal): -12920594 or 15652922. OLE color: 15652922.
HSL color Cylindrical-coordinate representation of color #3AD8EE: hue angle of 187.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AD8EE is Cyan = 0.76, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 58 | 216 | 238 | - |
| CMYK | 0.76 | 0.09 | 0 | 0.07 |
| HSL | 187.33º | 0.84% | 0.58% | - |
| HSV(B) | 187.33º | 0.76% | 0.93% | - |
| XYZ | 41.73 | 56.18 | 89.53 | - |
| YUV | 171.27 | 165.65 | 47.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 216 | 238 | 0.76 | 0.09 | 0 | 0.07 | 187.33 | 0.84 | 0.58 |
| Hex | 3A | D8 | EE | 4C | 9 | 0 | 7 | BB | 54 | 3A |
| Octal | 72 | 330 | 356 | 114 | 11 | 0 | 7 | 273 | 124 | 72 |
| Binary | 111010 | 11011000 | 11101110 | 1001100 | 1001 | 0 | 111 | 10111011 | 1010100 | 111010 |
Color Harmonies of #3AD8EE
Complementary color
Monochromatic Colors of #3AD8EE
Black with #3AD8EE
Text Example
Text Example
White with #3AD8EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AD8EE; }
p { color: rgb(58,216,238); }
H1.HeaderClassName
{
color: #3AD8EE;
}
.AnyTagClassName
{
color: #3AD8EE;
}
</style>
background-color css
<style>
a { background-color: #3AD8EE; }
a { background-color: rgb(58,216,238); }
div.DivClassName
{
background-color: #3AD8EE;
}
.BgClassName
{
background-color: #3AD8EE;
}
</style>
border-color css
<style>
span { border-color: #3AD8EE; }
span { border-color: rgb(58,216,238); }
td.TdClassName
{
border-color: #3AD8EE;
}
.TagClassName
{
border-color: #3AD8EE;
}
</style>