#3BD9ED

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

Shades of Turquoise #3BD9ED

Tints of Turquoise #3BD9ED

Color information

#3BD9ED (or 0x3BD9ED) is unknown color: approx Turquoise. HEX triplet: 3B, D9 and ED. RGB value is (59,217,237). Sum of RGB (Red+Green+Blue) = 59+217+237=513 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.50% from 513); Green value is 217 (85.16% from 255 or 42.30% from 513); Blue value is 237 (92.97% from 255 or 46.20% from 513); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BD9ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD9ED is #C42612. Grayscale: #ABABAB. Windows color (decimal): -12854803 or 15587643. OLE color: 15587643.

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

Color convert

RGB59217237-
CMYK0.750.0800.07
HSL186.74º83.18%58.04%-
HSV(B)186.74º75.11%92.94%-
XYZ41.956.6788.85-
YUV172.04164.6547.37-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.50%
GREEN value IS 217 (85.16% from 255) = 42.30%
BLUE value IS 237 (92.97% from 255) = 46.20%
R=11.50%
G=42.30%
B=46.20%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592172370.750.0800.07186.7483.1858.04
Hex3BD9ED4B807bb533a
Octal73331355113100727312372
Binary1110111101100111101101100101110000111101110111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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