Shades of Turquoise #3DEEC3
Tints of Turquoise #3DEEC3
RGB
CMYK
RGB Variations
Color information
#3DEEC3 (or 0x3DEEC3) is known color: Turquoise. HEX triplet: 3D, EE and C3. RGB value is (61,238,195). Sum of RGB (Red+Green+Blue) = 61+238+195=494 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.35% from 494); Green value is 238 (93.36% from 255 or 48.18% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 238 - color contains mainly: green. Hex color #3DEEC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEEC3 is #C2113C. Grayscale: #B4B4B4. Windows color (decimal): -12718397 or 12840509. OLE color: 12840509.
HSL color Cylindrical-coordinate representation of color #3DEEC3: hue angle of 165.42º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEEC3 is Cyan = 0.74, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 61 | 238 | 195 | - |
| CMYK | 0.74 | 0 | 0.18 | 0.07 |
| HSL | 165.42º | 0.84% | 0.59% | - |
| HSV(B) | 165.42º | 0.74% | 0.93% | - |
| XYZ | 42.35 | 66.08 | 62.15 | - |
| YUV | 180.18 | 136.36 | 43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 238 | 195 | 0.74 | 0 | 0.18 | 0.07 | 165.42 | 0.84 | 0.59 |
| Hex | 3D | EE | C3 | 4A | 0 | 12 | 7 | A5 | 54 | 3B |
| Octal | 75 | 356 | 303 | 112 | 0 | 22 | 7 | 245 | 124 | 73 |
| Binary | 111101 | 11101110 | 11000011 | 1001010 | 0 | 10010 | 111 | 10100101 | 1010100 | 111011 |
Color Harmonies of #3DEEC3
Complementary color
Monochromatic Colors of #3DEEC3
Black with #3DEEC3
Text Example
Text Example
White with #3DEEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DEEC3; }
p { color: rgb(61,238,195); }
H1.HeaderClassName
{
color: #3DEEC3;
}
.AnyTagClassName
{
color: #3DEEC3;
}
</style>
background-color css
<style>
a { background-color: #3DEEC3; }
a { background-color: rgb(61,238,195); }
div.DivClassName
{
background-color: #3DEEC3;
}
.BgClassName
{
background-color: #3DEEC3;
}
</style>
border-color css
<style>
span { border-color: #3DEEC3; }
span { border-color: rgb(61,238,195); }
td.TdClassName
{
border-color: #3DEEC3;
}
.TagClassName
{
border-color: #3DEEC3;
}
</style>