#3CD0E3

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

Shades of Medium Turquoise #3CD0E3

Tints of Medium Turquoise #3CD0E3

Color information

#3CD0E3 (or 0x3CD0E3) is unknown color: approx Medium Turquoise. HEX triplet: 3C, D0 and E3. RGB value is (60,208,227). Sum of RGB (Red+Green+Blue) = 60+208+227=495 (65% of max value = 765). Red value is 60 (23.83% from 255 or 12.12% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #3CD0E3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3CD0E3 is #C32F1C. Grayscale: #A5A5A5. Windows color (decimal): -12791581 or 14929980. OLE color: 14929980.

HSL color Cylindrical-coordinate representation of color #3CD0E3: hue angle of 186.83º 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 #3CD0E3 is Cyan = 0.74, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB60208227-
CMYK0.740.0800.11
HSL186.83º74.89%56.27%-
HSV(B)186.83º73.57%89.02%-
XYZ38.2851.6280.62-
YUV165.91162.4752.46-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.12%
GREEN value IS 208 (81.64% from 255) = 42.02%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=12.12%
G=42.02%
B=45.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal602082270.740.0800.11186.8374.8956.27
Hex3CD0E34A80Bbb4b38
Octal743203431121001327311370
Binary11110011010000111000111001010100001011101110111001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CD0E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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