#3BD4ED

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

Shades of Turquoise #3BD4ED

Tints of Turquoise #3BD4ED

Color information

#3BD4ED (or 0x3BD4ED) is unknown color: approx Turquoise. HEX triplet: 3B, D4 and ED. RGB value is (59,212,237). Sum of RGB (Red+Green+Blue) = 59+212+237=508 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.61% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 237 (92.97% from 255 or 46.65% from 508); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BD4ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD4ED is #C42B12. Grayscale: #A8A8A8. Windows color (decimal): -12856083 or 15586363. OLE color: 15586363.

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

Color convert

RGB59212237-
CMYK0.750.1100.07
HSL188.43º83.18%58.04%-
HSV(B)188.43º75.11%92.94%-
XYZ40.6354.1388.43-
YUV169.1166.3149.47-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592122370.750.1100.07188.4383.1858.04
Hex3BD4ED4BB07bc533a
Octal73324355113130727412372
Binary1110111101010011101101100101110110111101111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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