Shades of Turquoise Blue #42D9FB
Tints of Turquoise Blue #42D9FB
RGB
CMYK
RGB Variations
Color information
#42D9FB (or 0x42D9FB) is known color: Turquoise Blue. HEX triplet: 42, D9 and FB. RGB value is (66,217,251). Sum of RGB (Red+Green+Blue) = 66+217+251=534 (70% of max value = 765). Red value is 66 (26.17% from 255 or 12.36% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #42D9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42D9FB is #BD2604. Grayscale: #AFAFAF. Windows color (decimal): -12396037 or 16505154. OLE color: 16505154.
HSL color Cylindrical-coordinate representation of color #42D9FB: hue angle of 191.03º degrees, saturation: 0.96, 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 #42D9FB is Cyan = 0.74, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 217 | 251 | - |
| CMYK | 0.74 | 0.14 | 0 | 0.02 |
| HSL | 191.03º | 0.96% | 0.62% | - |
| HSV(B) | 191.03º | 0.74% | 0.98% | - |
| XYZ | 44.47 | 57.75 | 100.07 | - |
| YUV | 175.73 | 170.47 | 49.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 217 | 251 | 0.74 | 0.14 | 0 | 0.02 | 191.03 | 0.96 | 0.62 |
| Hex | 42 | D9 | FB | 4A | E | 0 | 2 | BF | 60 | 3E |
| Octal | 102 | 331 | 373 | 112 | 16 | 0 | 2 | 277 | 140 | 76 |
| Binary | 1000010 | 11011001 | 11111011 | 1001010 | 1110 | 0 | 10 | 10111111 | 1100000 | 111110 |
Color Harmonies of #42D9FB
Complementary color
Monochromatic Colors of #42D9FB
Black with #42D9FB
Text Example
Text Example
White with #42D9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42D9FB; }
p { color: rgb(66,217,251); }
H1.HeaderClassName
{
color: #42D9FB;
}
.AnyTagClassName
{
color: #42D9FB;
}
</style>
background-color css
<style>
a { background-color: #42D9FB; }
a { background-color: rgb(66,217,251); }
div.DivClassName
{
background-color: #42D9FB;
}
.BgClassName
{
background-color: #42D9FB;
}
</style>
border-color css
<style>
span { border-color: #42D9FB; }
span { border-color: rgb(66,217,251); }
td.TdClassName
{
border-color: #42D9FB;
}
.TagClassName
{
border-color: #42D9FB;
}
</style>