#3BD6C3

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

Shades of Turquoise #3BD6C3

Tints of Turquoise #3BD6C3

Color information

#3BD6C3 (or 0x3BD6C3) is unknown color: approx Turquoise. HEX triplet: 3B, D6 and C3. RGB value is (59,214,195). Sum of RGB (Red+Green+Blue) = 59+214+195=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 195 (76.56% from 255 or 41.67% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #3BD6C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD6C3 is #C4293C. Grayscale: #A5A5A5. Windows color (decimal): -12855613 or 12834363. OLE color: 12834363.

HSL color Cylindrical-coordinate representation of color #3BD6C3: hue angle of 172.65º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BD6C3 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB59214195-
CMYK0.7200.090.16
HSL172.65º65.4%53.53%-
HSV(B)172.65º72.43%83.92%-
XYZ35.752.9659.97-
YUV165.49144.6552.04-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.61%
GREEN value IS 214 (83.98% from 255) = 45.73%
BLUE value IS 195 (76.56% from 255) = 41.67%
R=12.61%
G=45.73%
B=41.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal592141950.7200.090.16172.6565.453.53
Hex3BD6C3480910ad4136
Octal733263031100112025510166
Binary111011110101101100001110010000100110000101011011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD6C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,214,195); }

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

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

 a { background-color: rgb(59,214,195); }

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

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

 span { border-color: rgb(59,214,195); }

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