#3BC7CD

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

Shades of Medium Turquoise #3BC7CD

Tints of Medium Turquoise #3BC7CD

Color information

#3BC7CD (or 0x3BC7CD) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C7 and CD. RGB value is (59,199,205). Sum of RGB (Red+Green+Blue) = 59+199+205=463 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.74% from 463); Green value is 199 (78.12% from 255 or 42.98% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #3BC7CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC7CD is #C43832. Grayscale: #9D9D9D. Windows color (decimal): -12859443 or 13485883. OLE color: 13485883.

HSL color Cylindrical-coordinate representation of color #3BC7CD: hue angle of 182.47º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC7CD is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB59199205-
CMYK0.710.0300.20
HSL182.47º59.35%51.76%-
HSV(B)182.47º71.22%80.39%-
XYZ33.2546.1864.92-
YUV157.82154.6257.51-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.74%
GREEN value IS 199 (78.12% from 255) = 42.98%
BLUE value IS 205 (80.47% from 255) = 44.28%
R=12.74%
G=42.98%
B=44.28%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal591992050.710.0300.20182.4759.3551.76
Hex3BC7CD473014b63b34
Octal7330731510730242667364
Binary111011110001111100110110001111101010010110110111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,199,205); }

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

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

 a { background-color: rgb(59,199,205); }

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

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

 span { border-color: rgb(59,199,205); }

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