#3DCBE1

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

Shades of Medium Turquoise #3DCBE1

Tints of Medium Turquoise #3DCBE1

Color information

#3DCBE1 (or 0x3DCBE1) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CB and E1. RGB value is (61,203,225). Sum of RGB (Red+Green+Blue) = 61+203+225=489 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.47% from 489); Green value is 203 (79.69% from 255 or 41.51% from 489); Blue value is 225 (88.28% from 255 or 46.01% from 489); Max value from RGB is 225 - color contains mainly: blue. Hex color #3DCBE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBE1 is #C2341E. Grayscale: #A2A2A2. Windows color (decimal): -12727327 or 14797629. OLE color: 14797629.

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

Color convert

RGB61203225-
CMYK0.730.1000.12
HSL188.05º73.21%56.08%-
HSV(B)188.05º72.89%88.24%-
XYZ36.8749.1478.78-
YUV163.05162.9655.21-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.47%
GREEN value IS 203 (79.69% from 255) = 41.51%
BLUE value IS 225 (88.28% from 255) = 46.01%
R=12.47%
G=41.51%
B=46.01%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal612032250.730.1000.12188.0573.2156.08
Hex3DCBE149A0Cbc4938
Octal753133411111201427411170
Binary11110111001011111000011001001101001100101111001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCBE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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