#3dffe1

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

Shades of Turquoise #3DFFE1

Tints of Turquoise #3DFFE1

Color information

#3DFFE1 (or 0x3DFFE1) is unknown color: approx Turquoise. HEX triplet: 3D, FF and E1. RGB value is (61,255,225). Sum of RGB (Red+Green+Blue) = 61+255+225=541 (71% of max value = 765). Red value is 61 (24.22% from 255 or 11.28% from 541); Green value is 255 (100% from 255 or 47.13% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 255 - color contains mainly: green. Hex color #3DFFE1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DFFE1 is #C2001E. Grayscale: #C1C1C1. Windows color (decimal): -12714015 or 14810941. OLE color: 14810941.

HSL color Cylindrical-coordinate representation of color #3DFFE1: hue angle of 170.72º 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 #3DFFE1 is Cyan = 0.76, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB61255225-
CMYK0.7600.120
HSL170.72º100%61.96%-
HSV(B)170.72º76.08%100%-
XYZ51.2877.9583.58-
YUV193.57145.7333.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.28%
GREEN value IS 255 (100% from 255) = 47.13%
BLUE value IS 225 (88.28% from 255) = 41.59%
R=11.28%
G=47.13%
B=41.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal612552250.7600.120170.7210061.96
Hex3DFFE14C0C0ab643e
Octal75377341114014025314476
Binary11110111111111111000011001100011000101010111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3dffe1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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