#3DF1EA

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

Shades of Turquoise #3DF1EA

Tints of Turquoise #3DF1EA

Color information

#3DF1EA (or 0x3DF1EA) is unknown color: approx Turquoise. HEX triplet: 3D, F1 and EA. RGB value is (61,241,234). Sum of RGB (Red+Green+Blue) = 61+241+234=536 (70% of max value = 765). Red value is 61 (24.22% from 255 or 11.38% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #3DF1EA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3DF1EA is #C20E15. Grayscale: #BABABA. Windows color (decimal): -12717590 or 15397181. OLE color: 15397181.

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

Color convert

RGB61241234-
CMYK0.7500.030.05
HSL177.67º86.54%59.22%-
HSV(B)177.67º74.69%94.51%-
XYZ48.2369.8488.78-
YUV186.38154.8738.57-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.38%
GREEN value IS 241 (94.53% from 255) = 44.96%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=11.38%
G=44.96%
B=43.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612412340.7500.030.05177.6786.5459.22
Hex3DF1EA4B035b2573b
Octal7536135211303526212773
Binary11110111110001111010101001011011101101100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF1EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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