#3DF1B5

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

Shades of Turquoise #3DF1B5

Tints of Turquoise #3DF1B5

Color information

#3DF1B5 (or 0x3DF1B5) is unknown color: approx Turquoise. HEX triplet: 3D, F1 and B5. RGB value is (61,241,181). Sum of RGB (Red+Green+Blue) = 61+241+181=483 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.63% from 483); Green value is 241 (94.53% from 255 or 49.90% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF1B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF1B5 is #C20E4A. Grayscale: #B4B4B4. Windows color (decimal): -12717643 or 11923773. OLE color: 11923773.

HSL color Cylindrical-coordinate representation of color #3DF1B5: hue angle of 160º 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 #3DF1B5 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB61241181-
CMYK0.7500.250.05
HSL160º86.54%59.22%-
HSV(B)160º74.69%94.51%-
XYZ41.7267.2454.5-
YUV180.34128.3742.88-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.63%
GREEN value IS 241 (94.53% from 255) = 49.90%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=12.63%
G=49.90%
B=37.47%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612411810.7500.250.0516086.5459.22
Hex3DF1B54B0195a0573b
Octal75361265113031524012773
Binary11110111110001101101011001011011001101101000001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF1B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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