Shades of Turquoise #42FAF3
Tints of Turquoise #42FAF3
RGB
CMYK
RGB Variations
Color information
#42FAF3 (or 0x42FAF3) is known color: Turquoise. HEX triplet: 42, FA and F3. RGB value is (66,250,243). Sum of RGB (Red+Green+Blue) = 66+250+243=559 (74% of max value = 765). Red value is 66 (26.17% from 255 or 11.81% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 243 (95.31% from 255 or 43.47% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #42FAF3 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42FAF3 is #BD050C. Grayscale: #C2C2C2. Windows color (decimal): -12387597 or 15989314. OLE color: 15989314.
HSL color Cylindrical-coordinate representation of color #42FAF3: hue angle of 177.72º 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 #42FAF3 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 250 | 243 | - |
| CMYK | 0.74 | 0 | 0.03 | 0.02 |
| HSL | 177.72º | 0.95% | 0.62% | - |
| HSV(B) | 177.72º | 0.74% | 0.98% | - |
| XYZ | 52.61 | 76 | 96.69 | - |
| YUV | 194.19 | 155.54 | 36.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 250 | 243 | 0.74 | 0 | 0.03 | 0.02 | 177.72 | 0.95 | 0.62 |
| Hex | 42 | FA | F3 | 4A | 0 | 3 | 2 | B2 | 5F | 3E |
| Octal | 102 | 372 | 363 | 112 | 0 | 3 | 2 | 262 | 137 | 76 |
| Binary | 1000010 | 11111010 | 11110011 | 1001010 | 0 | 11 | 10 | 10110010 | 1011111 | 111110 |
Color Harmonies of #42FAF3
Complementary color
Monochromatic Colors of #42FAF3
Black with #42FAF3
Text Example
Text Example
White with #42FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42FAF3; }
p { color: rgb(66,250,243); }
H1.HeaderClassName
{
color: #42FAF3;
}
.AnyTagClassName
{
color: #42FAF3;
}
</style>
background-color css
<style>
a { background-color: #42FAF3; }
a { background-color: rgb(66,250,243); }
div.DivClassName
{
background-color: #42FAF3;
}
.BgClassName
{
background-color: #42FAF3;
}
</style>
border-color css
<style>
span { border-color: #42FAF3; }
span { border-color: rgb(66,250,243); }
td.TdClassName
{
border-color: #42FAF3;
}
.TagClassName
{
border-color: #42FAF3;
}
</style>