#3DC3D6

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

Shades of Medium Turquoise #3DC3D6

Tints of Medium Turquoise #3DC3D6

Color information

#3DC3D6 (or 0x3DC3D6) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C3 and D6. RGB value is (61,195,214). Sum of RGB (Red+Green+Blue) = 61+195+214=470 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.98% from 470); Green value is 195 (76.56% from 255 or 41.49% from 470); Blue value is 214 (83.98% from 255 or 45.53% from 470); Max value from RGB is 214 - color contains mainly: blue. Hex color #3DC3D6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC3D6 is #C23C29. Grayscale: #9C9C9C. Windows color (decimal): -12729386 or 14074685. OLE color: 14074685.

HSL color Cylindrical-coordinate representation of color #3DC3D6: hue angle of 187.45º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DC3D6 is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB61195214-
CMYK0.710.0900.16
HSL187.45º65.11%53.92%-
HSV(B)187.45º71.5%83.92%-
XYZ33.5844.8870.51-
YUV157.1160.1159.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.98%
GREEN value IS 195 (76.56% from 255) = 41.49%
BLUE value IS 214 (83.98% from 255) = 45.53%
R=12.98%
G=41.49%
B=45.53%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal611952140.710.0900.16187.4565.1153.92
Hex3DC3D6479010bb4136
Octal753033261071102027310166
Binary111101110000111101011010001111001010000101110111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,195,214); }

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

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

 a { background-color: rgb(61,195,214); }

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

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

 span { border-color: rgb(61,195,214); }

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