#3DC9CA

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

Shades of Medium Turquoise #3DC9CA

Tints of Medium Turquoise #3DC9CA

Color information

#3DC9CA (or 0x3DC9CA) is unknown color: approx Medium Turquoise. HEX triplet: 3D, C9 and CA. RGB value is (61,201,202). Sum of RGB (Red+Green+Blue) = 61+201+202=464 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.15% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #3DC9CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DC9CA is #C23635. Grayscale: #9F9F9F. Windows color (decimal): -12727862 or 13289789. OLE color: 13289789.

HSL color Cylindrical-coordinate representation of color #3DC9CA: hue angle of 180.43º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DC9CA is Cyan = 0.70, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB61201202-
CMYK0.700.0000.21
HSL180.43º57.09%51.57%-
HSV(B)180.43º69.8%79.22%-
XYZ33.4747.0363.19-
YUV159.25152.1257.92-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.15%
GREEN value IS 201 (78.91% from 255) = 43.32%
BLUE value IS 202 (79.30% from 255) = 43.53%
R=13.15%
G=43.32%
B=43.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612012020.700.0000.21180.4357.0951.57
Hex3DC9CA460015b43934
Octal7531131210600252647164
Binary11110111001001110010101000110001010110110100111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,201,202); }

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

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

 a { background-color: rgb(61,201,202); }

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

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

 span { border-color: rgb(61,201,202); }

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