#3DCCE1

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

Shades of Medium Turquoise #3DCCE1

Tints of Medium Turquoise #3DCCE1

Color information

#3DCCE1 (or 0x3DCCE1) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CC and E1. RGB value is (61,204,225). Sum of RGB (Red+Green+Blue) = 61+204+225=490 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.45% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #3DCCE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCE1 is #C2331E. Grayscale: #A3A3A3. Windows color (decimal): -12727071 or 14797885. OLE color: 14797885.

HSL color Cylindrical-coordinate representation of color #3DCCE1: hue angle of 187.68º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3DCCE1 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61204225-
CMYK0.730.0900.12
HSL187.68º73.21%56.08%-
HSV(B)187.68º72.89%88.24%-
XYZ37.1149.6178.85-
YUV163.64162.6254.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.45%
GREEN value IS 204 (80.08% from 255) = 41.63%
BLUE value IS 225 (88.28% from 255) = 45.92%
R=12.45%
G=41.63%
B=45.92%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612042250.730.0900.12187.6873.2156.08
Hex3DCCE14990Cbc4938
Octal753143411111101427411170
Binary11110111001100111000011001001100101100101111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,204,225); }

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

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

 a { background-color: rgb(61,204,225); }

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

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

 span { border-color: rgb(61,204,225); }

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