#3DEFBB

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

Shades of Turquoise #3DEFBB

Tints of Turquoise #3DEFBB

Color information

#3DEFBB (or 0x3DEFBB) is unknown color: approx Turquoise. HEX triplet: 3D, EF and BB. RGB value is (61,239,187). Sum of RGB (Red+Green+Blue) = 61+239+187=487 (64% of max value = 765). Red value is 61 (24.22% from 255 or 12.53% from 487); Green value is 239 (93.75% from 255 or 49.08% from 487); Blue value is 187 (73.44% from 255 or 38.40% from 487); Max value from RGB is 239 - color contains mainly: green. Hex color #3DEFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DEFBB is #C21044. Grayscale: #B3B3B3. Windows color (decimal): -12718149 or 12316477. OLE color: 12316477.

HSL color Cylindrical-coordinate representation of color #3DEFBB: hue angle of 162.47º 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 #3DEFBB is Cyan = 0.74, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB61239187-
CMYK0.7400.220.06
HSL162.47º84.76%58.82%-
HSV(B)162.47º74.48%93.73%-
XYZ41.7666.3157.61-
YUV179.85132.0343.23-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.53%
GREEN value IS 239 (93.75% from 255) = 49.08%
BLUE value IS 187 (73.44% from 255) = 38.40%
R=12.53%
G=49.08%
B=38.40%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal612391870.7400.220.06162.4784.7658.82
Hex3DEFBB4A0166a2553b
Octal75357273112026624212573
Binary11110111101111101110111001010010110110101000101010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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