Shades of Turquoise Blue #42DDFB
Tints of Turquoise Blue #42DDFB
RGB
CMYK
RGB Variations
Color information
#42DDFB (or 0x42DDFB) is known color: Turquoise Blue. HEX triplet: 42, DD and FB. RGB value is (66,221,251). Sum of RGB (Red+Green+Blue) = 66+221+251=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #42DDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #42DDFB is #BD2204. Grayscale: #B1B1B1. Windows color (decimal): -12395013 or 16506178. OLE color: 16506178.
HSL color Cylindrical-coordinate representation of color #42DDFB: hue angle of 189.73º 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 #42DDFB is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 221 | 251 | - |
| CMYK | 0.74 | 0.12 | 0 | 0.02 |
| HSL | 189.73º | 0.96% | 0.62% | - |
| HSV(B) | 189.73º | 0.74% | 0.98% | - |
| XYZ | 45.52 | 59.84 | 100.42 | - |
| YUV | 178.08 | 169.15 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 221 | 251 | 0.74 | 0.12 | 0 | 0.02 | 189.73 | 0.96 | 0.62 |
| Hex | 42 | DD | FB | 4A | C | 0 | 2 | BE | 60 | 3E |
| Octal | 102 | 335 | 373 | 112 | 14 | 0 | 2 | 276 | 140 | 76 |
| Binary | 1000010 | 11011101 | 11111011 | 1001010 | 1100 | 0 | 10 | 10111110 | 1100000 | 111110 |
Color Harmonies of #42DDFB
Complementary color
Monochromatic Colors of #42DDFB
Black with #42DDFB
Text Example
Text Example
White with #42DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42DDFB; }
p { color: rgb(66,221,251); }
H1.HeaderClassName
{
color: #42DDFB;
}
.AnyTagClassName
{
color: #42DDFB;
}
</style>
background-color css
<style>
a { background-color: #42DDFB; }
a { background-color: rgb(66,221,251); }
div.DivClassName
{
background-color: #42DDFB;
}
.BgClassName
{
background-color: #42DDFB;
}
</style>
border-color css
<style>
span { border-color: #42DDFB; }
span { border-color: rgb(66,221,251); }
td.TdClassName
{
border-color: #42DDFB;
}
.TagClassName
{
border-color: #42DDFB;
}
</style>