Shades of Turquoise #3AF3FE
Tints of Turquoise #3AF3FE
RGB
CMYK
RGB Variations
Color information
#3AF3FE (or 0x3AF3FE) is known color: Turquoise. HEX triplet: 3A, F3 and FE. RGB value is (58,243,254). Sum of RGB (Red+Green+Blue) = 58+243+254=555 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.45% from 555); Green value is 243 (95.31% from 255 or 43.78% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #3AF3FE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF3FE is #C50C01. Grayscale: #BCBCBC. Windows color (decimal): -12913666 or 16708410. OLE color: 16708410.
HSL color Cylindrical-coordinate representation of color #3AF3FE: hue angle of 183.37º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF3FE is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 58 | 243 | 254 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.00 |
| HSL | 183.37º | 0.99% | 0.61% | - |
| HSV(B) | 183.37º | 0.77% | 1% | - |
| XYZ | 51.68 | 72.16 | 104.97 | - |
| YUV | 188.94 | 164.71 | 34.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 243 | 254 | 0.77 | 0.04 | 0 | 0.00 | 183.37 | 0.99 | 0.61 |
| Hex | 3A | F3 | FE | 4D | 4 | 0 | 0 | B7 | 63 | 3D |
| Octal | 72 | 363 | 376 | 115 | 4 | 0 | 0 | 267 | 143 | 75 |
| Binary | 111010 | 11110011 | 11111110 | 1001101 | 100 | 0 | 0 | 10110111 | 1100011 | 111101 |
Color Harmonies of #3AF3FE
Complementary color
Monochromatic Colors of #3AF3FE
Black with #3AF3FE
Text Example
Text Example
White with #3AF3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF3FE; }
p { color: rgb(58,243,254); }
H1.HeaderClassName
{
color: #3AF3FE;
}
.AnyTagClassName
{
color: #3AF3FE;
}
</style>
background-color css
<style>
a { background-color: #3AF3FE; }
a { background-color: rgb(58,243,254); }
div.DivClassName
{
background-color: #3AF3FE;
}
.BgClassName
{
background-color: #3AF3FE;
}
</style>
border-color css
<style>
span { border-color: #3AF3FE; }
span { border-color: rgb(58,243,254); }
td.TdClassName
{
border-color: #3AF3FE;
}
.TagClassName
{
border-color: #3AF3FE;
}
</style>