#3dffc9

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

Shades of Turquoise #3DFFC9

Tints of Turquoise #3DFFC9

Color information

#3DFFC9 (or 0x3DFFC9) is unknown color: approx Turquoise. HEX triplet: 3D, FF and C9. RGB value is (61,255,201). Sum of RGB (Red+Green+Blue) = 61+255+201=517 (68% of max value = 765). Red value is 61 (24.22% from 255 or 11.80% from 517); Green value is 255 (100% from 255 or 49.32% from 517); Blue value is 201 (78.91% from 255 or 38.88% from 517); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFC9 is #C20036. Grayscale: #BEBEBE. Windows color (decimal): -12714039 or 13238077. OLE color: 13238077.

HSL color Cylindrical-coordinate representation of color #3DFFC9: hue angle of 163.3º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DFFC9 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.

Color convert

RGB61255201-
CMYK0.7600.210
HSL163.3º100%61.96%-
HSV(B)163.3º76.08%100%-
XYZ48.2376.7367.53-
YUV190.84133.7335.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.80%
GREEN value IS 255 (100% from 255) = 49.32%
BLUE value IS 201 (78.91% from 255) = 38.88%
R=11.80%
G=49.32%
B=38.88%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612552010.7600.210163.310061.96
Hex3DFFC94C0150a3643e
Octal75377311114025024314476
Binary111101111111111100100110011000101010101000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dffc9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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