Shades of Turquoise #27CCD2
Tints of Turquoise #27CCD2
RGB
CMYK
RGB Variations
Color information
#27CCD2 (or 0x27CCD2) is known color: Turquoise. HEX triplet: 27, CC and D2. RGB value is (39,204,210). Sum of RGB (Red+Green+Blue) = 39+204+210=453 (60% of max value = 765). Red value is 39 (15.62% from 255 or 8.61% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 210 - color contains mainly: blue. Hex color #27CCD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCD2 is #D8332D. Grayscale: #9B9B9B. Windows color (decimal): -14168878 or 13814823. OLE color: 13814823.
HSL color Cylindrical-coordinate representation of color #27CCD2: hue angle of 182.11º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CCD2 is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 204 | 210 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.18 |
| HSL | 182.11º | 0.69% | 0.49% | - |
| HSV(B) | 182.11º | 0.81% | 0.82% | - |
| XYZ | 34.06 | 48.27 | 68.49 | - |
| YUV | 155.35 | 158.84 | 45.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 210 | 0.81 | 0.03 | 0 | 0.18 | 182.11 | 0.69 | 0.49 |
| Hex | 27 | CC | D2 | 51 | 3 | 0 | 12 | B6 | 45 | 31 |
| Octal | 47 | 314 | 322 | 121 | 3 | 0 | 22 | 266 | 105 | 61 |
| Binary | 100111 | 11001100 | 11010010 | 1010001 | 11 | 0 | 10010 | 10110110 | 1000101 | 110001 |
Color Harmonies of #27CCD2
Complementary color
Monochromatic Colors of #27CCD2
Black with #27CCD2
Text Example
Text Example
White with #27CCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCD2; }
p { color: rgb(39,204,210); }
H1.HeaderClassName
{
color: #27CCD2;
}
.AnyTagClassName
{
color: #27CCD2;
}
</style>
background-color css
<style>
a { background-color: #27CCD2; }
a { background-color: rgb(39,204,210); }
div.DivClassName
{
background-color: #27CCD2;
}
.BgClassName
{
background-color: #27CCD2;
}
</style>
border-color css
<style>
span { border-color: #27CCD2; }
span { border-color: rgb(39,204,210); }
td.TdClassName
{
border-color: #27CCD2;
}
.TagClassName
{
border-color: #27CCD2;
}
</style>