#3BEBC6

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

Shades of Turquoise #3BEBC6

Tints of Turquoise #3BEBC6

Color information

#3BEBC6 (or 0x3BEBC6) is unknown color: approx Turquoise. HEX triplet: 3B, EB and C6. RGB value is (59,235,198). Sum of RGB (Red+Green+Blue) = 59+235+198=492 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.99% from 492); Green value is 235 (92.19% from 255 or 47.76% from 492); Blue value is 198 (77.73% from 255 or 40.24% from 492); Max value from RGB is 235 - color contains mainly: green. Hex color #3BEBC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEBC6 is #C41439. Grayscale: #B2B2B2. Windows color (decimal): -12850234 or 13036347. OLE color: 13036347.

HSL color Cylindrical-coordinate representation of color #3BEBC6: hue angle of 167.39º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEBC6 is Cyan = 0.75, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.

Color convert

RGB59235198-
CMYK0.7500.160.08
HSL167.39º81.48%57.65%-
HSV(B)167.39º74.89%92.16%-
XYZ41.7164.4263.66-
YUV178.16139.1943.01-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.99%
GREEN value IS 235 (92.19% from 255) = 47.76%
BLUE value IS 198 (77.73% from 255) = 40.24%
R=11.99%
G=47.76%
B=40.24%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal592351980.7500.160.08167.3981.4857.65
Hex3BEBC64B0108a7513a
Octal733533061130201024712172
Binary111011111010111100011010010110100001000101001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEBC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,235,198); }

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

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

 a { background-color: rgb(59,235,198); }

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

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

 span { border-color: rgb(59,235,198); }

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