Shades of Turquoise #3AF3FF
Tints of Turquoise #3AF3FF
RGB
CMYK
RGB Variations
Color information
#3AF3FF (or 0x3AF3FF) is known color: Turquoise. HEX triplet: 3A, F3 and FF. RGB value is (58,243,255). Sum of RGB (Red+Green+Blue) = 58+243+255=556 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.43% from 556); Green value is 243 (95.31% from 255 or 43.71% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #3AF3FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF3FF is #C50C00. Grayscale: #BCBCBC. Windows color (decimal): -12913665 or 16773946. OLE color: 16773946.
HSL color Cylindrical-coordinate representation of color #3AF3FF: hue angle of 183.65º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF3FF is Cyan = 0.77, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 58 | 243 | 255 | - |
| CMYK | 0.77 | 0.05 | 0 | 0 |
| HSL | 183.65º | 1% | 0.61% | - |
| HSV(B) | 183.65º | 0.77% | 1% | - |
| XYZ | 51.85 | 72.22 | 105.82 | - |
| YUV | 189.05 | 165.21 | 34.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 255 | 0.77 | 0.05 | 0 | 0 | 183.65 | 1 | 0.61 |
| Hex | 3A | F3 | FF | 4D | 5 | 0 | 0 | B8 | 64 | 3D |
| Octal | 72 | 363 | 377 | 115 | 5 | 0 | 0 | 270 | 144 | 75 |
| Binary | 111010 | 11110011 | 11111111 | 1001101 | 101 | 0 | 0 | 10111000 | 1100100 | 111101 |
Color Harmonies of #3AF3FF
Complementary color
Monochromatic Colors of #3AF3FF
Black with #3AF3FF
Text Example
Text Example
White with #3AF3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3FF; }
p { color: rgb(58,243,255); }
H1.HeaderClassName
{
color: #3AF3FF;
}
.AnyTagClassName
{
color: #3AF3FF;
}
</style>
background-color css
<style>
a { background-color: #3AF3FF; }
a { background-color: rgb(58,243,255); }
div.DivClassName
{
background-color: #3AF3FF;
}
.BgClassName
{
background-color: #3AF3FF;
}
</style>
border-color css
<style>
span { border-color: #3AF3FF; }
span { border-color: rgb(58,243,255); }
td.TdClassName
{
border-color: #3AF3FF;
}
.TagClassName
{
border-color: #3AF3FF;
}
</style>