#3DF2E0

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

Shades of Turquoise #3DF2E0

Tints of Turquoise #3DF2E0

Color information

#3DF2E0 (or 0x3DF2E0) is unknown color: approx Turquoise. HEX triplet: 3D, F2 and E0. RGB value is (61,242,224). Sum of RGB (Red+Green+Blue) = 61+242+224=527 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.57% from 527); Green value is 242 (94.92% from 255 or 45.92% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 242 - color contains mainly: green. Hex color #3DF2E0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF2E0 is #C20D1F. Grayscale: #B9B9B9. Windows color (decimal): -12717344 or 14742077. OLE color: 14742077.

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

Color convert

RGB61242224-
CMYK0.7500.070.05
HSL174.03º87.44%59.41%-
HSV(B)174.03º74.79%94.9%-
XYZ47.1369.8881.52-
YUV185.83149.5338.96-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 11.57%
GREEN value IS 242 (94.92% from 255) = 45.92%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=11.57%
G=45.92%
B=42.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal612422240.7500.070.05174.0387.4459.41
Hex3DF2E04B075ae573b
Octal7536234011307525612773
Binary111101111100101110000010010110111101101011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF2E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,242,224); }

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

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

 a { background-color: rgb(61,242,224); }

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

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

 span { border-color: rgb(61,242,224); }

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