#3fc9d2

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

Shades of Medium Turquoise #3FC9D2

Tints of Medium Turquoise #3FC9D2

Color information

#3FC9D2 (or 0x3FC9D2) is unknown color: approx Medium Turquoise. HEX triplet: 3F, C9 and D2. RGB value is (63,201,210). Sum of RGB (Red+Green+Blue) = 63+201+210=474 (62% of max value = 765). Red value is 63 (25% from 255 or 13.29% from 474); Green value is 201 (78.91% from 255 or 42.41% from 474); Blue value is 210 (82.42% from 255 or 44.30% from 474); Max value from RGB is 210 - color contains mainly: blue. Hex color #3FC9D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3FC9D2 is #C0362D. Grayscale: #A0A0A0. Windows color (decimal): -12596782 or 13814079. OLE color: 13814079.

HSL color Cylindrical-coordinate representation of color #3FC9D2: hue angle of 183.67º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FC9D2 is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB63201210-
CMYK0.700.0400.18
HSL183.67º62.03%53.53%-
HSV(B)183.67º70%82.35%-
XYZ34.5747.4868.32-
YUV160.76155.7858.27-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.29%
GREEN value IS 201 (78.91% from 255) = 42.41%
BLUE value IS 210 (82.42% from 255) = 44.30%
R=13.29%
G=42.41%
B=44.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal632012100.700.0400.18183.6762.0353.53
Hex3FC9D2464012b83e36
Octal7731132210640222707666
Binary1111111100100111010010100011010001001010111000111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fc9d2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,201,210); }

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

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

 a { background-color: rgb(63,201,210); }

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

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

 span { border-color: rgb(63,201,210); }

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