#3BE2D4

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

Shades of Turquoise #3BE2D4

Tints of Turquoise #3BE2D4

Color information

#3BE2D4 (or 0x3BE2D4) is unknown color: approx Turquoise. HEX triplet: 3B, E2 and D4. RGB value is (59,226,212). Sum of RGB (Red+Green+Blue) = 59+226+212=497 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.87% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #3BE2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BE2D4 is #C41D2B. Grayscale: #AEAEAE. Windows color (decimal): -12852524 or 13951547. OLE color: 13951547.

HSL color Cylindrical-coordinate representation of color #3BE2D4: hue angle of 174.97º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BE2D4 is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB59226212-
CMYK0.7400.060.11
HSL174.97º74.22%55.88%-
HSV(B)174.97º73.89%88.63%-
XYZ40.8860.0871.73-
YUV174.47149.1745.64-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.87%
GREEN value IS 226 (88.67% from 255) = 45.47%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=11.87%
G=45.47%
B=42.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal592262120.7400.060.11174.9774.2255.88
Hex3BE2D44A06Baf4a38
Octal73342324112061325711270
Binary1110111110001011010100100101001101011101011111001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,226,212); }

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

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

 a { background-color: rgb(59,226,212); }

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

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

 span { border-color: rgb(59,226,212); }

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