#3BE1DE

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

Shades of Turquoise #3BE1DE

Tints of Turquoise #3BE1DE

Color information

#3BE1DE (or 0x3BE1DE) is unknown color: approx Turquoise. HEX triplet: 3B, E1 and DE. RGB value is (59,225,222). Sum of RGB (Red+Green+Blue) = 59+225+222=506 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.66% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE1DE is #C41E21. Grayscale: #AEAEAE. Windows color (decimal): -12852770 or 14606651. OLE color: 14606651.

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

Color convert

RGB59225222-
CMYK0.7400.010.12
HSL178.92º73.45%55.69%-
HSV(B)178.92º73.78%88.24%-
XYZ41.9160.0578.49-
YUV175.02154.545.24-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.66%
GREEN value IS 225 (88.28% from 255) = 44.47%
BLUE value IS 222 (87.11% from 255) = 43.87%
R=11.66%
G=44.47%
B=43.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592252220.7400.010.12178.9273.4555.69
Hex3BE1DE4A01Cb34938
Octal73341336112011426311170
Binary11101111100001110111101001010011100101100111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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