#3BE7BC

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

Shades of Turquoise #3BE7BC

Tints of Turquoise #3BE7BC

Color information

#3BE7BC (or 0x3BE7BC) is unknown color: approx Turquoise. HEX triplet: 3B, E7 and BC. RGB value is (59,231,188). Sum of RGB (Red+Green+Blue) = 59+231+188=478 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.34% from 478); Green value is 231 (90.62% from 255 or 48.33% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE7BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE7BC is #C41843. Grayscale: #AEAEAE. Windows color (decimal): -12851268 or 12379963. OLE color: 12379963.

HSL color Cylindrical-coordinate representation of color #3BE7BC: hue angle of 165º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE7BC is Cyan = 0.74, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB59231188-
CMYK0.7400.190.09
HSL165º78.18%56.86%-
HSV(B)165º74.46%90.59%-
XYZ39.4661.7157.41-
YUV174.67135.5245.5-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.34%
GREEN value IS 231 (90.62% from 255) = 48.33%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=12.34%
G=48.33%
B=39.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal592311880.7400.190.0916578.1856.86
Hex3BE7BC4A0139a54e39
Octal733472741120231124511671
Binary111011111001111011110010010100100111001101001011001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,231,188); }

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

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

 a { background-color: rgb(59,231,188); }

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

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

 span { border-color: rgb(59,231,188); }

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