#3DEFB0

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

Shades of Turquoise #3DEFB0

Tints of Turquoise #3DEFB0

Color information

#3DEFB0 (or 0x3DEFB0) is unknown color: approx Turquoise. HEX triplet: 3D, EF and B0. RGB value is (61,239,176). Sum of RGB (Red+Green+Blue) = 61+239+176=476 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.82% from 476); Green value is 239 (93.75% from 255 or 50.21% from 476); Blue value is 176 (69.14% from 255 or 36.97% from 476); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3DEFB0 is #C2104F. Grayscale: #B2B2B2. Windows color (decimal): -12718160 or 11595581. OLE color: 11595581.

HSL color Cylindrical-coordinate representation of color #3DEFB0: hue angle of 158.76º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3DEFB0 is Cyan = 0.74, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.06.

Color convert

RGB61239176-
CMYK0.7400.260.06
HSL158.76º84.76%58.82%-
HSV(B)158.76º74.48%93.73%-
XYZ40.6365.8651.65-
YUV178.6126.5344.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.82%
GREEN value IS 239 (93.75% from 255) = 50.21%
BLUE value IS 176 (69.14% from 255) = 36.97%
R=12.82%
G=50.21%
B=36.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612391760.7400.260.06158.7684.7658.82
Hex3DEFB04A01A69f553b
Octal75357260112032623712573
Binary11110111101111101100001001010011010110100111111010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,239,176); }

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

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

 a { background-color: rgb(61,239,176); }

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

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

 span { border-color: rgb(61,239,176); }

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