Shades of Turquoise Blue #4DCFEF
Tints of Turquoise Blue #4DCFEF
RGB
CMYK
RGB Variations
Color information
#4DCFEF (or 0x4DCFEF) is known color: Turquoise Blue. HEX triplet: 4D, CF and EF. RGB value is (77,207,239). Sum of RGB (Red+Green+Blue) = 77+207+239=523 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.72% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 239 (93.75% from 255 or 45.70% from 523); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DCFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DCFEF is #B23010. Grayscale: #ABABAB. Windows color (decimal): -11677713 or 15716173. OLE color: 15716173.
HSL color Cylindrical-coordinate representation of color #4DCFEF: hue angle of 191.85º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DCFEF is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 77 | 207 | 239 | - |
| CMYK | 0.68 | 0.13 | 0 | 0.06 |
| HSL | 191.85º | 0.84% | 0.62% | - |
| HSV(B) | 191.85º | 0.68% | 0.94% | - |
| XYZ | 40.95 | 52.44 | 89.62 | - |
| YUV | 171.78 | 165.93 | 60.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 207 | 239 | 0.68 | 0.13 | 0 | 0.06 | 191.85 | 0.84 | 0.62 |
| Hex | 4D | CF | EF | 44 | D | 0 | 6 | C0 | 54 | 3E |
| Octal | 115 | 317 | 357 | 104 | 15 | 0 | 6 | 300 | 124 | 76 |
| Binary | 1001101 | 11001111 | 11101111 | 1000100 | 1101 | 0 | 110 | 11000000 | 1010100 | 111110 |
Color Harmonies of #4DCFEF
Complementary color
Monochromatic Colors of #4DCFEF
Black with #4DCFEF
Text Example
Text Example
White with #4DCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCFEF; }
p { color: rgb(77,207,239); }
H1.HeaderClassName
{
color: #4DCFEF;
}
.AnyTagClassName
{
color: #4DCFEF;
}
</style>
background-color css
<style>
a { background-color: #4DCFEF; }
a { background-color: rgb(77,207,239); }
div.DivClassName
{
background-color: #4DCFEF;
}
.BgClassName
{
background-color: #4DCFEF;
}
</style>
border-color css
<style>
span { border-color: #4DCFEF; }
span { border-color: rgb(77,207,239); }
td.TdClassName
{
border-color: #4DCFEF;
}
.TagClassName
{
border-color: #4DCFEF;
}
</style>