#3be4cb

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

Shades of Turquoise #3BE4CB

Tints of Turquoise #3BE4CB

Color information

#3BE4CB (or 0x3BE4CB) is unknown color: approx Turquoise. HEX triplet: 3B, E4 and CB. RGB value is (59,228,203). Sum of RGB (Red+Green+Blue) = 59+228+203=490 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.04% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 203 (79.69% from 255 or 41.43% from 490); Max value from RGB is 228 - color contains mainly: green. Hex color #3BE4CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE4CB is #C41B34. Grayscale: #AEAEAE. Windows color (decimal): -12852021 or 13362235. OLE color: 13362235.

HSL color Cylindrical-coordinate representation of color #3BE4CB: hue angle of 171.12º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE4CB is Cyan = 0.74, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB59228203-
CMYK0.7400.110.11
HSL171.12º75.78%56.27%-
HSV(B)171.12º74.12%89.41%-
XYZ40.3360.7366.1-
YUV174.62144.0145.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.04%
GREEN value IS 228 (89.45% from 255) = 46.53%
BLUE value IS 203 (79.69% from 255) = 41.43%
R=12.04%
G=46.53%
B=41.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592282030.7400.110.11171.1275.7856.27
Hex3BE4CB4A0BBab4c38
Octal733443131120131325311470
Binary11101111100100110010111001010010111011101010111001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3be4cb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,228,203); }

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

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

 a { background-color: rgb(59,228,203); }

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

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

 span { border-color: rgb(59,228,203); }

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