#3BE5DF

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

Shades of Turquoise #3BE5DF

Tints of Turquoise #3BE5DF

Color information

#3BE5DF (or 0x3BE5DF) is unknown color: approx Turquoise. HEX triplet: 3B, E5 and DF. RGB value is (59,229,223). Sum of RGB (Red+Green+Blue) = 59+229+223=511 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.55% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 223 (87.5% from 255 or 43.64% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #3BE5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE5DF is #C41A20. Grayscale: #B1B1B1. Windows color (decimal): -12851745 or 14673211. OLE color: 14673211.

HSL color Cylindrical-coordinate representation of color #3BE5DF: hue angle of 177.88º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE5DF is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB59229223-
CMYK0.7400.030.10
HSL177.88º76.58%56.47%-
HSV(B)177.88º74.24%89.8%-
XYZ43.1462.379.56-
YUV177.49153.6843.49-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.55%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 223 (87.5% from 255) = 43.64%
R=11.55%
G=44.81%
B=43.64%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal592292230.7400.030.10177.8876.5856.47
Hex3BE5DF4A03Ab24d38
Octal73345337112031226211570
Binary111011111001011101111110010100111010101100101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,229,223); }

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

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

 a { background-color: rgb(59,229,223); }

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

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

 span { border-color: rgb(59,229,223); }

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