Shades of Turquoise #3CDFF8
Tints of Turquoise #3CDFF8
RGB
CMYK
RGB Variations
Color information
#3CDFF8 (or 0x3CDFF8) is known color: Turquoise. HEX triplet: 3C, DF and F8. RGB value is (60,223,248). Sum of RGB (Red+Green+Blue) = 60+223+248=531 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.30% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 248 (97.27% from 255 or 46.70% from 531); Max value from RGB is 248 - color contains mainly: blue. Hex color #3CDFF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3CDFF8 is #C32007. Grayscale: #B0B0B0. Windows color (decimal): -12787720 or 16310076. OLE color: 16310076.
HSL color Cylindrical-coordinate representation of color #3CDFF8: hue angle of 187.98º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CDFF8 is Cyan = 0.76, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 60 | 223 | 248 | - |
| CMYK | 0.76 | 0.10 | 0 | 0.03 |
| HSL | 187.98º | 0.93% | 0.6% | - |
| HSV(B) | 187.98º | 0.76% | 0.97% | - |
| XYZ | 45.19 | 60.51 | 98.11 | - |
| YUV | 177.11 | 168 | 44.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 223 | 248 | 0.76 | 0.10 | 0 | 0.03 | 187.98 | 0.93 | 0.6 |
| Hex | 3C | DF | F8 | 4C | A | 0 | 3 | BC | 5D | 3C |
| Octal | 74 | 337 | 370 | 114 | 12 | 0 | 3 | 274 | 135 | 74 |
| Binary | 111100 | 11011111 | 11111000 | 1001100 | 1010 | 0 | 11 | 10111100 | 1011101 | 111100 |
Color Harmonies of #3CDFF8
Complementary color
Monochromatic Colors of #3CDFF8
Black with #3CDFF8
Text Example
Text Example
White with #3CDFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CDFF8; }
p { color: rgb(60,223,248); }
H1.HeaderClassName
{
color: #3CDFF8;
}
.AnyTagClassName
{
color: #3CDFF8;
}
</style>
background-color css
<style>
a { background-color: #3CDFF8; }
a { background-color: rgb(60,223,248); }
div.DivClassName
{
background-color: #3CDFF8;
}
.BgClassName
{
background-color: #3CDFF8;
}
</style>
border-color css
<style>
span { border-color: #3CDFF8; }
span { border-color: rgb(60,223,248); }
td.TdClassName
{
border-color: #3CDFF8;
}
.TagClassName
{
border-color: #3CDFF8;
}
</style>