#3BD5E0

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

Shades of Turquoise #3BD5E0

Tints of Turquoise #3BD5E0

Color information

#3BD5E0 (or 0x3BD5E0) is unknown color: approx Turquoise. HEX triplet: 3B, D5 and E0. RGB value is (59,213,224). Sum of RGB (Red+Green+Blue) = 59+213+224=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 213 (83.59% from 255 or 42.94% from 496); Blue value is 224 (87.89% from 255 or 45.16% from 496); Max value from RGB is 224 - color contains mainly: blue. Hex color #3BD5E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BD5E0 is #C42A1F. Grayscale: #A8A8A8. Windows color (decimal): -12855840 or 14734651. OLE color: 14734651.

HSL color Cylindrical-coordinate representation of color #3BD5E0: hue angle of 184º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BD5E0 is Cyan = 0.74, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB59213224-
CMYK0.740.0500.12
HSL184º72.69%55.49%-
HSV(B)184º73.66%87.84%-
XYZ39.0553.978.87-
YUV168.21159.4850.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.90%
GREEN value IS 213 (83.59% from 255) = 42.94%
BLUE value IS 224 (87.89% from 255) = 45.16%
R=11.90%
G=42.94%
B=45.16%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal592132240.740.0500.1218472.6955.49
Hex3BD5E04A50Cb84937
Octal73325340112501427011167
Binary1110111101010111100000100101010101100101110001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BD5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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