#3DD9C7

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

Shades of Turquoise #3DD9C7

Tints of Turquoise #3DD9C7

Color information

#3DD9C7 (or 0x3DD9C7) is unknown color: approx Turquoise. HEX triplet: 3D, D9 and C7. RGB value is (61,217,199). Sum of RGB (Red+Green+Blue) = 61+217+199=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 199 (78.12% from 255 or 41.72% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #3DD9C7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DD9C7 is #C22638. Grayscale: #A8A8A8. Windows color (decimal): -12723769 or 13097277. OLE color: 13097277.

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

Color convert

RGB61217199-
CMYK0.7200.080.15
HSL173.08º67.24%54.51%-
HSV(B)173.08º71.89%85.1%-
XYZ37.0554.7462.65-
YUV168.3145.3251.46-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.79%
GREEN value IS 217 (85.16% from 255) = 45.49%
BLUE value IS 199 (78.12% from 255) = 41.72%
R=12.79%
G=45.49%
B=41.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612171990.7200.080.15173.0867.2454.51
Hex3DD9C74808Fad4337
Octal753313071100101725510367
Binary11110111011001110001111001000010001111101011011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,217,199); }

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

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

 a { background-color: rgb(61,217,199); }

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

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

 span { border-color: rgb(61,217,199); }

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