Shades of Turquoise Blue #67DEFB
Tints of Turquoise Blue #67DEFB
RGB
CMYK
RGB Variations
Color information
#67DEFB (or 0x67DEFB) is known color: Turquoise Blue. HEX triplet: 67, DE and FB. RGB value is (103,222,251). Sum of RGB (Red+Green+Blue) = 103+222+251=576 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.88% from 576); Green value is 222 (87.11% from 255 or 38.54% from 576); Blue value is 251 (98.44% from 255 or 43.58% from 576); Max value from RGB is 251 - color contains mainly: blue. Hex color #67DEFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DEFB is #982104. Grayscale: #BDBDBD. Windows color (decimal): -9969925 or 16506471. OLE color: 16506471.
HSL color Cylindrical-coordinate representation of color #67DEFB: hue angle of 191.76º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #67DEFB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 222 | 251 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.02 |
| HSL | 191.76º | 0.95% | 0.69% | - |
| HSV(B) | 191.76º | 0.59% | 0.98% | - |
| XYZ | 49.13 | 62.09 | 100.66 | - |
| YUV | 189.73 | 162.58 | 66.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 222 | 251 | 0.59 | 0.12 | 0 | 0.02 | 191.76 | 0.95 | 0.69 |
| Hex | 67 | DE | FB | 3B | C | 0 | 2 | C0 | 5F | 45 |
| Octal | 147 | 336 | 373 | 73 | 14 | 0 | 2 | 300 | 137 | 105 |
| Binary | 1100111 | 11011110 | 11111011 | 111011 | 1100 | 0 | 10 | 11000000 | 1011111 | 1000101 |
Color Harmonies of #67DEFB
Complementary color
Monochromatic Colors of #67DEFB
Black with #67DEFB
Text Example
Text Example
White with #67DEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DEFB; }
p { color: rgb(103,222,251); }
H1.HeaderClassName
{
color: #67DEFB;
}
.AnyTagClassName
{
color: #67DEFB;
}
</style>
background-color css
<style>
a { background-color: #67DEFB; }
a { background-color: rgb(103,222,251); }
div.DivClassName
{
background-color: #67DEFB;
}
.BgClassName
{
background-color: #67DEFB;
}
</style>
border-color css
<style>
span { border-color: #67DEFB; }
span { border-color: rgb(103,222,251); }
td.TdClassName
{
border-color: #67DEFB;
}
.TagClassName
{
border-color: #67DEFB;
}
</style>