#3DCBDC

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

Shades of Medium Turquoise #3DCBDC

Tints of Medium Turquoise #3DCBDC

Color information

#3DCBDC (or 0x3DCBDC) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CB and DC. RGB value is (61,203,220). Sum of RGB (Red+Green+Blue) = 61+203+220=484 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.60% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DCBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBDC is #C23423. Grayscale: #A2A2A2. Windows color (decimal): -12727332 or 14469949. OLE color: 14469949.

HSL color Cylindrical-coordinate representation of color #3DCBDC: hue angle of 186.42º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DCBDC is Cyan = 0.72, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61203220-
CMYK0.720.0800.14
HSL186.42º69.43%55.1%-
HSV(B)186.42º72.27%86.27%-
XYZ36.248.8775.24-
YUV162.48160.4655.62-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.60%
GREEN value IS 203 (79.69% from 255) = 41.94%
BLUE value IS 220 (86.33% from 255) = 45.45%
R=12.60%
G=41.94%
B=45.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612032200.720.0800.14186.4269.4355.1
Hex3DCBDC4880Eba4537
Octal753133341101001627210567
Binary11110111001011110111001001000100001110101110101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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