Shades of Turquoise #3AF3E3
Tints of Turquoise #3AF3E3
RGB
CMYK
RGB Variations
Color information
#3AF3E3 (or 0x3AF3E3) is known color: Turquoise. HEX triplet: 3A, F3 and E3. RGB value is (58,243,227). Sum of RGB (Red+Green+Blue) = 58+243+227=528 (69% of max value = 765). Red value is 58 (23.05% from 255 or 10.98% from 528); Green value is 243 (95.31% from 255 or 46.02% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3E3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3E3 is #C50C1C. Grayscale: #B9B9B9. Windows color (decimal): -12913693 or 14938938. OLE color: 14938938.
HSL color Cylindrical-coordinate representation of color #3AF3E3: hue angle of 174.81º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF3E3 is Cyan = 0.76, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 243 | 227 | - |
| CMYK | 0.76 | 0 | 0.07 | 0.05 |
| HSL | 174.81º | 0.89% | 0.59% | - |
| HSV(B) | 174.81º | 0.76% | 0.95% | - |
| XYZ | 47.66 | 70.55 | 83.78 | - |
| YUV | 185.86 | 151.21 | 36.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 227 | 0.76 | 0 | 0.07 | 0.05 | 174.81 | 0.89 | 0.59 |
| Hex | 3A | F3 | E3 | 4C | 0 | 7 | 5 | AF | 59 | 3B |
| Octal | 72 | 363 | 343 | 114 | 0 | 7 | 5 | 257 | 131 | 73 |
| Binary | 111010 | 11110011 | 11100011 | 1001100 | 0 | 111 | 101 | 10101111 | 1011001 | 111011 |
Color Harmonies of #3AF3E3
Complementary color
Monochromatic Colors of #3AF3E3
Black with #3AF3E3
Text Example
Text Example
White with #3AF3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3E3; }
p { color: rgb(58,243,227); }
H1.HeaderClassName
{
color: #3AF3E3;
}
.AnyTagClassName
{
color: #3AF3E3;
}
</style>
background-color css
<style>
a { background-color: #3AF3E3; }
a { background-color: rgb(58,243,227); }
div.DivClassName
{
background-color: #3AF3E3;
}
.BgClassName
{
background-color: #3AF3E3;
}
</style>
border-color css
<style>
span { border-color: #3AF3E3; }
span { border-color: rgb(58,243,227); }
td.TdClassName
{
border-color: #3AF3E3;
}
.TagClassName
{
border-color: #3AF3E3;
}
</style>