Shades of Turquoise #3DDAFE
Tints of Turquoise #3DDAFE
RGB
CMYK
RGB Variations
Color information
#3DDAFE (or 0x3DDAFE) is known color: Turquoise. HEX triplet: 3D, DA and FE. RGB value is (61,218,254). Sum of RGB (Red+Green+Blue) = 61+218+254=533 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.44% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 254 (99.61% from 255 or 47.65% from 533); Max value from RGB is 254 - color contains mainly: blue. Hex color #3DDAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDAFE is #C22501. Grayscale: #AEAEAE. Windows color (decimal): -12723458 or 16702013. OLE color: 16702013.
HSL color Cylindrical-coordinate representation of color #3DDAFE: hue angle of 191.19º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DDAFE is Cyan = 0.76, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 61 | 218 | 254 | - |
| CMYK | 0.76 | 0.14 | 0 | 0.00 |
| HSL | 191.19º | 0.99% | 0.62% | - |
| HSV(B) | 191.19º | 0.76% | 1% | - |
| XYZ | 44.89 | 58.29 | 102.65 | - |
| YUV | 175.16 | 172.49 | 46.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 218 | 254 | 0.76 | 0.14 | 0 | 0.00 | 191.19 | 0.99 | 0.62 |
| Hex | 3D | DA | FE | 4C | E | 0 | 0 | BF | 63 | 3E |
| Octal | 75 | 332 | 376 | 114 | 16 | 0 | 0 | 277 | 143 | 76 |
| Binary | 111101 | 11011010 | 11111110 | 1001100 | 1110 | 0 | 0 | 10111111 | 1100011 | 111110 |
Color Harmonies of #3DDAFE
Complementary color
Monochromatic Colors of #3DDAFE
Black with #3DDAFE
Text Example
Text Example
White with #3DDAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDAFE; }
p { color: rgb(61,218,254); }
H1.HeaderClassName
{
color: #3DDAFE;
}
.AnyTagClassName
{
color: #3DDAFE;
}
</style>
background-color css
<style>
a { background-color: #3DDAFE; }
a { background-color: rgb(61,218,254); }
div.DivClassName
{
background-color: #3DDAFE;
}
.BgClassName
{
background-color: #3DDAFE;
}
</style>
border-color css
<style>
span { border-color: #3DDAFE; }
span { border-color: rgb(61,218,254); }
td.TdClassName
{
border-color: #3DDAFE;
}
.TagClassName
{
border-color: #3DDAFE;
}
</style>