Shades of Turquoise #3AF0FD
Tints of Turquoise #3AF0FD
RGB
CMYK
RGB Variations
Color information
#3AF0FD (or 0x3AF0FD) is known color: Turquoise. HEX triplet: 3A, F0 and FD. RGB value is (58,240,253). Sum of RGB (Red+Green+Blue) = 58+240+253=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 253 (99.22% from 255 or 45.92% from 551); Max value from RGB is 253 - color contains mainly: blue. Hex color #3AF0FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF0FD is #C50F02. Grayscale: #BABABA. Windows color (decimal): -12914435 or 16642106. OLE color: 16642106.
HSL color Cylindrical-coordinate representation of color #3AF0FD: hue angle of 184º degrees, saturation: 0.98, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF0FD is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 58 | 240 | 253 | - |
| CMYK | 0.77 | 0.05 | 0 | 0.01 |
| HSL | 184º | 0.98% | 0.61% | - |
| HSV(B) | 184º | 0.77% | 0.99% | - |
| XYZ | 50.63 | 70.31 | 103.83 | - |
| YUV | 187.06 | 165.2 | 35.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 240 | 253 | 0.77 | 0.05 | 0 | 0.01 | 184 | 0.98 | 0.61 |
| Hex | 3A | F0 | FD | 4D | 5 | 0 | 1 | B8 | 62 | 3D |
| Octal | 72 | 360 | 375 | 115 | 5 | 0 | 1 | 270 | 142 | 75 |
| Binary | 111010 | 11110000 | 11111101 | 1001101 | 101 | 0 | 1 | 10111000 | 1100010 | 111101 |
Color Harmonies of #3AF0FD
Complementary color
Monochromatic Colors of #3AF0FD
Black with #3AF0FD
Text Example
Text Example
White with #3AF0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF0FD; }
p { color: rgb(58,240,253); }
H1.HeaderClassName
{
color: #3AF0FD;
}
.AnyTagClassName
{
color: #3AF0FD;
}
</style>
background-color css
<style>
a { background-color: #3AF0FD; }
a { background-color: rgb(58,240,253); }
div.DivClassName
{
background-color: #3AF0FD;
}
.BgClassName
{
background-color: #3AF0FD;
}
</style>
border-color css
<style>
span { border-color: #3AF0FD; }
span { border-color: rgb(58,240,253); }
td.TdClassName
{
border-color: #3AF0FD;
}
.TagClassName
{
border-color: #3AF0FD;
}
</style>