Shades of Turquoise #3AF0CB
Tints of Turquoise #3AF0CB
RGB
CMYK
RGB Variations
Color information
#3AF0CB (or 0x3AF0CB) is known color: Turquoise. HEX triplet: 3A, F0 and CB. RGB value is (58,240,203). Sum of RGB (Red+Green+Blue) = 58+240+203=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 240 (94.14% from 255 or 47.90% from 501); Blue value is 203 (79.69% from 255 or 40.52% from 501); Max value from RGB is 240 - color contains mainly: green. Hex color #3AF0CB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF0CB is #C50F34. Grayscale: #B5B5B5. Windows color (decimal): -12914485 or 13365306. OLE color: 13365306.
HSL color Cylindrical-coordinate representation of color #3AF0CB: hue angle of 167.8º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF0CB is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 58 | 240 | 203 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.06 |
| HSL | 167.8º | 0.86% | 0.58% | - |
| HSV(B) | 167.8º | 0.76% | 0.94% | - |
| XYZ | 43.68 | 67.53 | 67.23 | - |
| YUV | 181.36 | 140.2 | 40.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 203 | 0.76 | 0 | 0.15 | 0.06 | 167.8 | 0.86 | 0.58 |
| Hex | 3A | F0 | CB | 4C | 0 | F | 6 | A8 | 56 | 3A |
| Octal | 72 | 360 | 313 | 114 | 0 | 17 | 6 | 250 | 126 | 72 |
| Binary | 111010 | 11110000 | 11001011 | 1001100 | 0 | 1111 | 110 | 10101000 | 1010110 | 111010 |
Color Harmonies of #3AF0CB
Complementary color
Monochromatic Colors of #3AF0CB
Black with #3AF0CB
Text Example
Text Example
White with #3AF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF0CB; }
p { color: rgb(58,240,203); }
H1.HeaderClassName
{
color: #3AF0CB;
}
.AnyTagClassName
{
color: #3AF0CB;
}
</style>
background-color css
<style>
a { background-color: #3AF0CB; }
a { background-color: rgb(58,240,203); }
div.DivClassName
{
background-color: #3AF0CB;
}
.BgClassName
{
background-color: #3AF0CB;
}
</style>
border-color css
<style>
span { border-color: #3AF0CB; }
span { border-color: rgb(58,240,203); }
td.TdClassName
{
border-color: #3AF0CB;
}
.TagClassName
{
border-color: #3AF0CB;
}
</style>