#3CD6E3

Color #3CD6E3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3CD6E3

Tints of Turquoise #3CD6E3

Color information

#3CD6E3 (or 0x3CD6E3) is unknown color: approx Turquoise. HEX triplet: 3C, D6 and E3. RGB value is (60,214,227). Sum of RGB (Red+Green+Blue) = 60+214+227=501 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.98% from 501); Green value is 214 (83.98% from 255 or 42.71% from 501); Blue value is 227 (89.06% from 255 or 45.31% from 501); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CD6E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD6E3 is #C3291C. Grayscale: #A9A9A9. Windows color (decimal): -12790045 or 14931516. OLE color: 14931516.

HSL color Cylindrical-coordinate representation of color #3CD6E3: hue angle of 184.67º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3CD6E3 is Cyan = 0.74, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60214227-
CMYK0.740.0600.11
HSL184.67º74.89%56.27%-
HSV(B)184.67º73.57%89.02%-
XYZ39.7854.681.12-
YUV169.44160.4849.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 60 (23.83% from 255) = 11.98%
GREEN value IS 214 (83.98% from 255) = 42.71%
BLUE value IS 227 (89.06% from 255) = 45.31%
R=11.98%
G=42.71%
B=45.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602142270.740.0600.11184.6774.8956.27
Hex3CD6E34A60Bb94b38
Octal74326343112601327111370
Binary1111001101011011100011100101011001011101110011001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CD6E3; }

 p { color: rgb(60,214,227); }

 H1.HeaderClassName
 {
   color: #3CD6E3;
 }
 .AnyTagClassName
 {
   color: #3CD6E3;
 }
</style>
background-color css

<style>
 a { background-color: #3CD6E3; }

 a { background-color: rgb(60,214,227); }

 div.DivClassName
 {
   background-color: #3CD6E3;
 }
 .BgClassName
 {
   background-color: #3CD6E3;
 }
</style>
border-color css

<style>
 span { border-color: #3CD6E3; }

 span { border-color: rgb(60,214,227); }

 td.TdClassName
 {
   border-color: #3CD6E3;
 }
 .TagClassName
 {
   border-color: #3CD6E3;
 }
</style>