Shades of Turquoise Blue #57CFF3
Tints of Turquoise Blue #57CFF3
RGB
CMYK
RGB Variations
Color information
#57CFF3 (or 0x57CFF3) is known color: Turquoise Blue. HEX triplet: 57, CF and F3. RGB value is (87,207,243). Sum of RGB (Red+Green+Blue) = 87+207+243=537 (71% of max value = 765). Red value is 87 (34.38% from 255 or 16.20% from 537); Green value is 207 (81.25% from 255 or 38.55% from 537); Blue value is 243 (95.31% from 255 or 45.25% from 537); Max value from RGB is 243 - color contains mainly: blue. Hex color #57CFF3 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #57CFF3 is #A8300C. Grayscale: #AEAEAE. Windows color (decimal): -11022349 or 15978327. OLE color: 15978327.
HSL color Cylindrical-coordinate representation of color #57CFF3: hue angle of 193.85º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #57CFF3 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 87 | 207 | 243 | - |
| CMYK | 0.64 | 0.15 | 0 | 0.05 |
| HSL | 193.85º | 0.87% | 0.65% | - |
| HSV(B) | 193.85º | 0.64% | 0.95% | - |
| XYZ | 42.42 | 53.12 | 92.81 | - |
| YUV | 175.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 207 | 243 | 0.64 | 0.15 | 0 | 0.05 | 193.85 | 0.87 | 0.65 |
| Hex | 57 | CF | F3 | 40 | F | 0 | 5 | C2 | 57 | 41 |
| Octal | 127 | 317 | 363 | 100 | 17 | 0 | 5 | 302 | 127 | 101 |
| Binary | 1010111 | 11001111 | 11110011 | 1000000 | 1111 | 0 | 101 | 11000010 | 1010111 | 1000001 |
Color Harmonies of #57CFF3
Complementary color
Monochromatic Colors of #57CFF3
Black with #57CFF3
Text Example
Text Example
White with #57CFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57CFF3; }
p { color: rgb(87,207,243); }
H1.HeaderClassName
{
color: #57CFF3;
}
.AnyTagClassName
{
color: #57CFF3;
}
</style>
background-color css
<style>
a { background-color: #57CFF3; }
a { background-color: rgb(87,207,243); }
div.DivClassName
{
background-color: #57CFF3;
}
.BgClassName
{
background-color: #57CFF3;
}
</style>
border-color css
<style>
span { border-color: #57CFF3; }
span { border-color: rgb(87,207,243); }
td.TdClassName
{
border-color: #57CFF3;
}
.TagClassName
{
border-color: #57CFF3;
}
</style>