#3BEDD4

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

Shades of Turquoise #3BEDD4

Tints of Turquoise #3BEDD4

Color information

#3BEDD4 (or 0x3BEDD4) is unknown color: approx Turquoise. HEX triplet: 3B, ED and D4. RGB value is (59,237,212). Sum of RGB (Red+Green+Blue) = 59+237+212=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 212 (83.20% from 255 or 41.73% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #3BEDD4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEDD4 is #C4122B. Grayscale: #B4B4B4. Windows color (decimal): -12849708 or 13954363. OLE color: 13954363.

HSL color Cylindrical-coordinate representation of color #3BEDD4: hue angle of 171.57º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEDD4 is Cyan = 0.75, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB59237212-
CMYK0.7500.110.07
HSL171.57º83.18%58.04%-
HSV(B)171.57º75.11%92.94%-
XYZ43.9766.2572.76-
YUV180.93145.5341.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.61%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 212 (83.20% from 255) = 41.73%
R=11.61%
G=46.65%
B=41.73%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592372120.7500.110.07171.5783.1858.04
Hex3BEDD44B0B7ac533a
Octal73355324113013725412372
Binary1110111110110111010100100101101011111101011001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BEDD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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