Shades of Turquoise #3DDEF4
Tints of Turquoise #3DDEF4
RGB
CMYK
RGB Variations
Color information
#3DDEF4 (or 0x3DDEF4) is known color: Turquoise. HEX triplet: 3D, DE and F4. RGB value is (61,222,244). Sum of RGB (Red+Green+Blue) = 61+222+244=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 222 (87.11% from 255 or 42.13% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #3DDEF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3DDEF4 is #C2210B. Grayscale: #B0B0B0. Windows color (decimal): -12722444 or 16047677. OLE color: 16047677.
HSL color Cylindrical-coordinate representation of color #3DDEF4: hue angle of 187.21º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DDEF4 is Cyan = 0.75, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 61 | 222 | 244 | - |
| CMYK | 0.75 | 0.09 | 0 | 0.04 |
| HSL | 187.21º | 0.89% | 0.6% | - |
| HSV(B) | 187.21º | 0.75% | 0.96% | - |
| XYZ | 44.37 | 59.77 | 94.79 | - |
| YUV | 176.37 | 166.16 | 45.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 222 | 244 | 0.75 | 0.09 | 0 | 0.04 | 187.21 | 0.89 | 0.6 |
| Hex | 3D | DE | F4 | 4B | 9 | 0 | 4 | BB | 59 | 3C |
| Octal | 75 | 336 | 364 | 113 | 11 | 0 | 4 | 273 | 131 | 74 |
| Binary | 111101 | 11011110 | 11110100 | 1001011 | 1001 | 0 | 100 | 10111011 | 1011001 | 111100 |
Color Harmonies of #3DDEF4
Complementary color
Monochromatic Colors of #3DDEF4
Black with #3DDEF4
Text Example
Text Example
White with #3DDEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DDEF4; }
p { color: rgb(61,222,244); }
H1.HeaderClassName
{
color: #3DDEF4;
}
.AnyTagClassName
{
color: #3DDEF4;
}
</style>
background-color css
<style>
a { background-color: #3DDEF4; }
a { background-color: rgb(61,222,244); }
div.DivClassName
{
background-color: #3DDEF4;
}
.BgClassName
{
background-color: #3DDEF4;
}
</style>
border-color css
<style>
span { border-color: #3DDEF4; }
span { border-color: rgb(61,222,244); }
td.TdClassName
{
border-color: #3DDEF4;
}
.TagClassName
{
border-color: #3DDEF4;
}
</style>