#3DF1D3

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

Shades of Turquoise #3DF1D3

Tints of Turquoise #3DF1D3

Color information

#3DF1D3 (or 0x3DF1D3) is unknown color: approx Turquoise. HEX triplet: 3D, F1 and D3. RGB value is (61,241,211). Sum of RGB (Red+Green+Blue) = 61+241+211=513 (67% of max value = 765). Red value is 61 (24.22% from 255 or 11.89% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 211 (82.81% from 255 or 41.13% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF1D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF1D3 is #C20E2C. Grayscale: #B7B7B7. Windows color (decimal): -12717613 or 13889853. OLE color: 13889853.

HSL color Cylindrical-coordinate representation of color #3DF1D3: hue angle of 170º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF1D3 is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB61241211-
CMYK0.7500.120.05
HSL170º86.54%59.22%-
HSV(B)170º74.69%94.51%-
XYZ45.1468.6172.49-
YUV183.76143.3740.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.89%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 211 (82.81% from 255) = 41.13%
R=11.89%
G=46.98%
B=41.13%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612412110.7500.120.0517086.5459.22
Hex3DF1D34B0C5aa573b
Octal75361323113014525212773
Binary1111011111000111010011100101101100101101010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,241,211); }

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

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

 a { background-color: rgb(61,241,211); }

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

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

 span { border-color: rgb(61,241,211); }

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