Shades of Medium Turquoise #2FCECF
Tints of Medium Turquoise #2FCECF
RGB
CMYK
RGB Variations
Color information
#2FCECF (or 0x2FCECF) is known color: Medium Turquoise. HEX triplet: 2F, CE and CF. RGB value is (47,206,207). Sum of RGB (Red+Green+Blue) = 47+206+207=460 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.22% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 207 (81.25% from 255 or 45% from 460); Max value from RGB is 207 - color contains mainly: blue. Hex color #2FCECF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2FCECF is #D03130. Grayscale: #9E9E9E. Windows color (decimal): -13644081 or 13618735. OLE color: 13618735.
HSL color Cylindrical-coordinate representation of color #2FCECF: hue angle of 180.38º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCECF is Cyan = 0.77, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
RGB | 47 | 206 | 207 | - |
CMYK | 0.77 | 0.00 | 0 | 0.19 |
HSL | 180.38º | 0.63% | 0.5% | - |
HSV(B) | 180.38º | 0.77% | 0.81% | - |
XYZ | 34.51 | 49.25 | 66.72 | - |
YUV | 158.57 | 155.32 | 48.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 47 | 206 | 207 | 0.77 | 0.00 | 0 | 0.19 | 180.38 | 0.63 | 0.5 |
Hex | 2F | CE | CF | 4D | 0 | 0 | 13 | B4 | 3F | 32 |
Octal | 57 | 316 | 317 | 115 | 0 | 0 | 23 | 264 | 77 | 62 |
Binary | 101111 | 11001110 | 11001111 | 1001101 | 0 | 0 | 10011 | 10110100 | 111111 | 110010 |
Color Harmonies of #2FCECF
Complementary color
Monochromatic Colors of #2FCECF
Black with #2FCECF
Text Example
Text Example
White with #2FCECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCECF; }
p { color: rgb(47,206,207); }
H1.HeaderClassName
{
color: #2FCECF;
}
.AnyTagClassName
{
color: #2FCECF;
}
</style>
background-color css
<style>
a { background-color: #2FCECF; }
a { background-color: rgb(47,206,207); }
div.DivClassName
{
background-color: #2FCECF;
}
.BgClassName
{
background-color: #2FCECF;
}
</style>
border-color css
<style>
span { border-color: #2FCECF; }
span { border-color: rgb(47,206,207); }
td.TdClassName
{
border-color: #2FCECF;
}
.TagClassName
{
border-color: #2FCECF;
}
</style>