#3BE1D2

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

Shades of Turquoise #3BE1D2

Tints of Turquoise #3BE1D2

Color information

#3BE1D2 (or 0x3BE1D2) is unknown color: approx Turquoise. HEX triplet: 3B, E1 and D2. RGB value is (59,225,210). Sum of RGB (Red+Green+Blue) = 59+225+210=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 225 (88.28% from 255 or 45.55% from 494); Blue value is 210 (82.42% from 255 or 42.51% from 494); Max value from RGB is 225 - color contains mainly: green. Hex color #3BE1D2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE1D2 is #C41E2D. Grayscale: #ADADAD. Windows color (decimal): -12852782 or 13820219. OLE color: 13820219.

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

Color convert

RGB59225210-
CMYK0.7400.070.12
HSL174.58º73.45%55.69%-
HSV(B)174.58º73.78%88.24%-
XYZ40.3659.4370.32-
YUV173.66148.546.22-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.94%
GREEN value IS 225 (88.28% from 255) = 45.55%
BLUE value IS 210 (82.42% from 255) = 42.51%
R=11.94%
G=45.55%
B=42.51%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592252100.7400.070.12174.5873.4555.69
Hex3BE1D24A07Caf4938
Octal73341322112071425711170
Binary1110111110000111010010100101001111100101011111001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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