Shades of Turquoise Blue #42DFFB
Tints of Turquoise Blue #42DFFB
RGB
CMYK
RGB Variations
Color information
#42DFFB (or 0x42DFFB) is known color: Turquoise Blue. HEX triplet: 42, DF and FB. RGB value is (66,223,251). Sum of RGB (Red+Green+Blue) = 66+223+251=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #42DFFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DFFB is #BD2004. Grayscale: #B2B2B2. Windows color (decimal): -12394501 or 16506690. OLE color: 16506690.
HSL color Cylindrical-coordinate representation of color #42DFFB: hue angle of 189.08º 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 #42DFFB is Cyan = 0.74, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 223 | 251 | - |
| CMYK | 0.74 | 0.11 | 0 | 0.02 |
| HSL | 189.08º | 0.96% | 0.62% | - |
| HSV(B) | 189.08º | 0.74% | 0.98% | - |
| XYZ | 46.05 | 60.9 | 100.59 | - |
| YUV | 179.25 | 168.49 | 47.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 223 | 251 | 0.74 | 0.11 | 0 | 0.02 | 189.08 | 0.96 | 0.62 |
| Hex | 42 | DF | FB | 4A | B | 0 | 2 | BD | 60 | 3E |
| Octal | 102 | 337 | 373 | 112 | 13 | 0 | 2 | 275 | 140 | 76 |
| Binary | 1000010 | 11011111 | 11111011 | 1001010 | 1011 | 0 | 10 | 10111101 | 1100000 | 111110 |
Color Harmonies of #42DFFB
Complementary color
Monochromatic Colors of #42DFFB
Black with #42DFFB
Text Example
Text Example
White with #42DFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DFFB; }
p { color: rgb(66,223,251); }
H1.HeaderClassName
{
color: #42DFFB;
}
.AnyTagClassName
{
color: #42DFFB;
}
</style>
background-color css
<style>
a { background-color: #42DFFB; }
a { background-color: rgb(66,223,251); }
div.DivClassName
{
background-color: #42DFFB;
}
.BgClassName
{
background-color: #42DFFB;
}
</style>
border-color css
<style>
span { border-color: #42DFFB; }
span { border-color: rgb(66,223,251); }
td.TdClassName
{
border-color: #42DFFB;
}
.TagClassName
{
border-color: #42DFFB;
}
</style>