Shades of Turquoise #3DEEFF
Tints of Turquoise #3DEEFF
RGB
CMYK
RGB Variations
Color information
#3DEEFF (or 0x3DEEFF) is known color: Turquoise. HEX triplet: 3D, EE and FF. RGB value is (61,238,255). Sum of RGB (Red+Green+Blue) = 61+238+255=554 (73% of max value = 765). Red value is 61 (24.22% from 255 or 11.01% from 554); Green value is 238 (93.36% from 255 or 42.96% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #3DEEFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DEEFF is #C21100. Grayscale: #BABABA. Windows color (decimal): -12718337 or 16772669. OLE color: 16772669.
HSL color Cylindrical-coordinate representation of color #3DEEFF: hue angle of 185.26º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DEEFF is Cyan = 0.76, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 61 | 238 | 255 | - |
| CMYK | 0.76 | 0.07 | 0 | 0 |
| HSL | 185.26º | 1% | 0.62% | - |
| HSV(B) | 185.26º | 0.76% | 1% | - |
| XYZ | 50.55 | 69.36 | 105.33 | - |
| YUV | 187.02 | 166.36 | 38.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 255 | 0.76 | 0.07 | 0 | 0 | 185.26 | 1 | 0.62 |
| Hex | 3D | EE | FF | 4C | 7 | 0 | 0 | B9 | 64 | 3E |
| Octal | 75 | 356 | 377 | 114 | 7 | 0 | 0 | 271 | 144 | 76 |
| Binary | 111101 | 11101110 | 11111111 | 1001100 | 111 | 0 | 0 | 10111001 | 1100100 | 111110 |
Color Harmonies of #3DEEFF
Complementary color
Monochromatic Colors of #3DEEFF
Black with #3DEEFF
Text Example
Text Example
White with #3DEEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEFF; }
p { color: rgb(61,238,255); }
H1.HeaderClassName
{
color: #3DEEFF;
}
.AnyTagClassName
{
color: #3DEEFF;
}
</style>
background-color css
<style>
a { background-color: #3DEEFF; }
a { background-color: rgb(61,238,255); }
div.DivClassName
{
background-color: #3DEEFF;
}
.BgClassName
{
background-color: #3DEEFF;
}
</style>
border-color css
<style>
span { border-color: #3DEEFF; }
span { border-color: rgb(61,238,255); }
td.TdClassName
{
border-color: #3DEEFF;
}
.TagClassName
{
border-color: #3DEEFF;
}
</style>