Shades of Turquoise #3AF1CC
Tints of Turquoise #3AF1CC
RGB
CMYK
RGB Variations
Color information
#3AF1CC (or 0x3AF1CC) is known color: Turquoise. HEX triplet: 3A, F1 and CC. RGB value is (58,241,204). Sum of RGB (Red+Green+Blue) = 58+241+204=503 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.53% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1CC is #C50E33. Grayscale: #B6B6B6. Windows color (decimal): -12914228 or 13431098. OLE color: 13431098.
HSL color Cylindrical-coordinate representation of color #3AF1CC: hue angle of 167.87º degrees, saturation: 0.87, 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 #3AF1CC is Cyan = 0.76, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 58 | 241 | 204 | - |
| CMYK | 0.76 | 0 | 0.15 | 0.05 |
| HSL | 167.87º | 0.87% | 0.59% | - |
| HSV(B) | 167.87º | 0.76% | 0.95% | - |
| XYZ | 44.1 | 68.17 | 67.96 | - |
| YUV | 182.07 | 140.37 | 39.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 241 | 204 | 0.76 | 0 | 0.15 | 0.05 | 167.87 | 0.87 | 0.59 |
| Hex | 3A | F1 | CC | 4C | 0 | F | 5 | A8 | 57 | 3B |
| Octal | 72 | 361 | 314 | 114 | 0 | 17 | 5 | 250 | 127 | 73 |
| Binary | 111010 | 11110001 | 11001100 | 1001100 | 0 | 1111 | 101 | 10101000 | 1010111 | 111011 |
Color Harmonies of #3AF1CC
Complementary color
Monochromatic Colors of #3AF1CC
Black with #3AF1CC
Text Example
Text Example
White with #3AF1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AF1CC; }
p { color: rgb(58,241,204); }
H1.HeaderClassName
{
color: #3AF1CC;
}
.AnyTagClassName
{
color: #3AF1CC;
}
</style>
background-color css
<style>
a { background-color: #3AF1CC; }
a { background-color: rgb(58,241,204); }
div.DivClassName
{
background-color: #3AF1CC;
}
.BgClassName
{
background-color: #3AF1CC;
}
</style>
border-color css
<style>
span { border-color: #3AF1CC; }
span { border-color: rgb(58,241,204); }
td.TdClassName
{
border-color: #3AF1CC;
}
.TagClassName
{
border-color: #3AF1CC;
}
</style>