#3BD5ED

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

Shades of Turquoise #3BD5ED

Tints of Turquoise #3BD5ED

Color information

#3BD5ED (or 0x3BD5ED) is unknown color: approx Turquoise. HEX triplet: 3B, D5 and ED. RGB value is (59,213,237). Sum of RGB (Red+Green+Blue) = 59+213+237=509 (67% of max value = 765). Red value is 59 (23.44% from 255 or 11.59% from 509); Green value is 213 (83.59% from 255 or 41.85% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #3BD5ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3BD5ED is #C42A12. Grayscale: #A9A9A9. Windows color (decimal): -12855827 or 15586619. OLE color: 15586619.

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

Color convert

RGB59213237-
CMYK0.750.1000.07
HSL188.09º83.18%58.04%-
HSV(B)188.09º75.11%92.94%-
XYZ40.8854.6388.51-
YUV169.69165.9849.05-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.59%
GREEN value IS 213 (83.59% from 255) = 41.85%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=11.59%
G=41.85%
B=46.56%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal592132370.750.1000.07188.0983.1858.04
Hex3BD5ED4BA07bc533a
Octal73325355113120727412372
Binary1110111101010111101101100101110100111101111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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