#3BE7E1

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

Shades of Turquoise #3BE7E1

Tints of Turquoise #3BE7E1

Color information

#3BE7E1 (or 0x3BE7E1) is unknown color: approx Turquoise. HEX triplet: 3B, E7 and E1. RGB value is (59,231,225). Sum of RGB (Red+Green+Blue) = 59+231+225=515 (68% of max value = 765). Red value is 59 (23.44% from 255 or 11.46% from 515); Green value is 231 (90.62% from 255 or 44.85% from 515); Blue value is 225 (88.28% from 255 or 43.69% from 515); Max value from RGB is 231 - color contains mainly: green. Hex color #3BE7E1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BE7E1 is #C4181E. Grayscale: #B2B2B2. Windows color (decimal): -12851231 or 14804795. OLE color: 14804795.

HSL color Cylindrical-coordinate representation of color #3BE7E1: hue angle of 177.91º 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 #3BE7E1 is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.09.

Color convert

RGB59231225-
CMYK0.7400.030.09
HSL177.91º78.18%56.86%-
HSV(B)177.91º74.46%90.59%-
XYZ43.9763.5281.18-
YUV178.89154.0242.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.46%
GREEN value IS 231 (90.62% from 255) = 44.85%
BLUE value IS 225 (88.28% from 255) = 43.69%
R=11.46%
G=44.85%
B=43.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal592312250.7400.030.09177.9178.1856.86
Hex3BE7E14A039b24e39
Octal73347341112031126211671
Binary111011111001111110000110010100111001101100101001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE7E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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