Shades of Turquoise #42FACB
Tints of Turquoise #42FACB
RGB
CMYK
RGB Variations
Color information
#42FACB (or 0x42FACB) is known color: Turquoise. HEX triplet: 42, FA and CB. RGB value is (66,250,203). Sum of RGB (Red+Green+Blue) = 66+250+203=519 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.72% from 519); Green value is 250 (98.05% from 255 or 48.17% from 519); Blue value is 203 (79.69% from 255 or 39.11% from 519); Max value from RGB is 250 - color contains mainly: green. Hex color #42FACB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42FACB is #BD0534. Grayscale: #BDBDBD. Windows color (decimal): -12387637 or 13367874. OLE color: 13367874.
HSL color Cylindrical-coordinate representation of color #42FACB: hue angle of 164.67º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42FACB is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 203 | - |
| CMYK | 0.74 | 0 | 0.19 | 0.02 |
| HSL | 164.67º | 0.95% | 0.62% | - |
| HSV(B) | 164.67º | 0.74% | 0.98% | - |
| XYZ | 47.21 | 73.84 | 68.26 | - |
| YUV | 189.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 203 | 0.74 | 0 | 0.19 | 0.02 | 164.67 | 0.95 | 0.62 |
| Hex | 42 | FA | CB | 4A | 0 | 13 | 2 | A5 | 5F | 3E |
| Octal | 102 | 372 | 313 | 112 | 0 | 23 | 2 | 245 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11001011 | 1001010 | 0 | 10011 | 10 | 10100101 | 1011111 | 111110 |
Color Harmonies of #42FACB
Complementary color
Monochromatic Colors of #42FACB
Black with #42FACB
Text Example
Text Example
White with #42FACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FACB; }
p { color: rgb(66,250,203); }
H1.HeaderClassName
{
color: #42FACB;
}
.AnyTagClassName
{
color: #42FACB;
}
</style>
background-color css
<style>
a { background-color: #42FACB; }
a { background-color: rgb(66,250,203); }
div.DivClassName
{
background-color: #42FACB;
}
.BgClassName
{
background-color: #42FACB;
}
</style>
border-color css
<style>
span { border-color: #42FACB; }
span { border-color: rgb(66,250,203); }
td.TdClassName
{
border-color: #42FACB;
}
.TagClassName
{
border-color: #42FACB;
}
</style>