#3BC5D4

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

Shades of Medium Turquoise #3BC5D4

Tints of Medium Turquoise #3BC5D4

Color information

#3BC5D4 (or 0x3BC5D4) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C5 and D4. RGB value is (59,197,212). Sum of RGB (Red+Green+Blue) = 59+197+212=468 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.61% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 212 (83.20% from 255 or 45.30% from 468); Max value from RGB is 212 - color contains mainly: blue. Hex color #3BC5D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC5D4 is #C43A2B. Grayscale: #9D9D9D. Windows color (decimal): -12859948 or 13944123. OLE color: 13944123.

HSL color Cylindrical-coordinate representation of color #3BC5D4: hue angle of 185.88º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BC5D4 is Cyan = 0.72, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB59197212-
CMYK0.720.0700.17
HSL185.88º64.02%53.14%-
HSV(B)185.88º72.17%83.14%-
XYZ33.6545.6269.32-
YUV157.45158.7857.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.61%
GREEN value IS 197 (77.34% from 255) = 42.09%
BLUE value IS 212 (83.20% from 255) = 45.30%
R=12.61%
G=42.09%
B=45.30%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal591972120.720.0700.17185.8864.0253.14
Hex3BC5D4487011ba4035
Octal73305324110702127210065
Binary11101111000101110101001001000111010001101110101000000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC5D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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