#3dcce0

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

Shades of Medium Turquoise #3DCCE0

Tints of Medium Turquoise #3DCCE0

Color information

#3DCCE0 (or 0x3DCCE0) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CC and E0. RGB value is (61,204,224). Sum of RGB (Red+Green+Blue) = 61+204+224=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #3DCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCCE0 is #C2331F. Grayscale: #A3A3A3. Windows color (decimal): -12727072 or 14732349. OLE color: 14732349.

HSL color Cylindrical-coordinate representation of color #3DCCE0: hue angle of 187.36º degrees, saturation: 0.72, 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 #3DCCE0 is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB61204224-
CMYK0.730.0900.12
HSL187.36º72.44%55.88%-
HSV(B)187.36º72.77%87.84%-
XYZ36.9749.5678.14-
YUV163.52162.1254.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.47%
GREEN value IS 204 (80.08% from 255) = 41.72%
BLUE value IS 224 (87.89% from 255) = 45.81%
R=12.47%
G=41.72%
B=45.81%

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
Decimal612042240.730.0900.12187.3672.4455.88
Hex3DCCE04990Cbb4838
Octal753143401111101427311070
Binary11110111001100111000001001001100101100101110111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dcce0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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