Shades of Turquoise Blue #67DCFB
Tints of Turquoise Blue #67DCFB
RGB
CMYK
RGB Variations
Color information
#67DCFB (or 0x67DCFB) is known color: Turquoise Blue. HEX triplet: 67, DC and FB. RGB value is (103,220,251). Sum of RGB (Red+Green+Blue) = 103+220+251=574 (76% of max value = 765). Red value is 103 (40.62% from 255 or 17.94% from 574); Green value is 220 (86.33% from 255 or 38.33% from 574); Blue value is 251 (98.44% from 255 or 43.73% from 574); Max value from RGB is 251 - color contains mainly: blue. Hex color #67DCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #67DCFB is #982304. Grayscale: #BCBCBC. Windows color (decimal): -9970437 or 16505959. OLE color: 16505959.
HSL color Cylindrical-coordinate representation of color #67DCFB: hue angle of 192.57º 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 #67DCFB is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 103 | 220 | 251 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.02 |
| HSL | 192.57º | 0.95% | 0.69% | - |
| HSV(B) | 192.57º | 0.59% | 0.98% | - |
| XYZ | 48.6 | 61.04 | 100.49 | - |
| YUV | 188.55 | 163.24 | 66.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 220 | 251 | 0.59 | 0.12 | 0 | 0.02 | 192.57 | 0.95 | 0.69 |
| Hex | 67 | DC | FB | 3B | C | 0 | 2 | C1 | 5F | 45 |
| Octal | 147 | 334 | 373 | 73 | 14 | 0 | 2 | 301 | 137 | 105 |
| Binary | 1100111 | 11011100 | 11111011 | 111011 | 1100 | 0 | 10 | 11000001 | 1011111 | 1000101 |
Color Harmonies of #67DCFB
Complementary color
Monochromatic Colors of #67DCFB
Black with #67DCFB
Text Example
Text Example
White with #67DCFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67DCFB; }
p { color: rgb(103,220,251); }
H1.HeaderClassName
{
color: #67DCFB;
}
.AnyTagClassName
{
color: #67DCFB;
}
</style>
background-color css
<style>
a { background-color: #67DCFB; }
a { background-color: rgb(103,220,251); }
div.DivClassName
{
background-color: #67DCFB;
}
.BgClassName
{
background-color: #67DCFB;
}
</style>
border-color css
<style>
span { border-color: #67DCFB; }
span { border-color: rgb(103,220,251); }
td.TdClassName
{
border-color: #67DCFB;
}
.TagClassName
{
border-color: #67DCFB;
}
</style>