#3BE0C1

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

Shades of Turquoise #3BE0C1

Tints of Turquoise #3BE0C1

Color information

#3BE0C1 (or 0x3BE0C1) is unknown color: approx Turquoise. HEX triplet: 3B, E0 and C1. RGB value is (59,224,193). Sum of RGB (Red+Green+Blue) = 59+224+193=476 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.39% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 224 - color contains mainly: green. Hex color #3BE0C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE0C1 is #C41F3E. Grayscale: #ABABAB. Windows color (decimal): -12853055 or 12705851. OLE color: 12705851.

HSL color Cylindrical-coordinate representation of color #3BE0C1: hue angle of 168.73º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE0C1 is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB59224193-
CMYK0.7400.140.12
HSL168.73º72.69%55.49%-
HSV(B)168.73º73.66%87.84%-
XYZ38.0858.0959.66-
YUV171.13140.3448.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.39%
GREEN value IS 224 (87.89% from 255) = 47.06%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=12.39%
G=47.06%
B=40.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592241930.7400.140.12168.7372.6955.49
Hex3BE0C14A0ECa94937
Octal733403011120161425111167
Binary11101111100000110000011001010011101100101010011001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,224,193); }

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

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

 a { background-color: rgb(59,224,193); }

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

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

 span { border-color: rgb(59,224,193); }

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