#3BC3CF

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

Shades of Medium Turquoise #3BC3CF

Tints of Medium Turquoise #3BC3CF

Color information

#3BC3CF (or 0x3BC3CF) is unknown color: approx Medium Turquoise. HEX triplet: 3B, C3 and CF. RGB value is (59,195,207). Sum of RGB (Red+Green+Blue) = 59+195+207=461 (61% of max value = 765). Red value is 59 (23.44% from 255 or 12.80% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 207 (81.25% from 255 or 44.90% from 461); Max value from RGB is 207 - color contains mainly: blue. Hex color #3BC3CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BC3CF is #C43C30. Grayscale: #9B9B9B. Windows color (decimal): -12860465 or 13615931. OLE color: 13615931.

HSL color Cylindrical-coordinate representation of color #3BC3CF: hue angle of 184.86º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC3CF is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB59195207-
CMYK0.710.0600.19
HSL184.86º60.66%52.16%-
HSV(B)184.86º71.5%81.18%-
XYZ32.5844.4765.9-
YUV155.7156.9459.02-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 12.80%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 207 (81.25% from 255) = 44.90%
R=12.80%
G=42.30%
B=44.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal591952070.710.0600.19184.8660.6652.16
Hex3BC3CF476013b93d34
Octal7330331710760232717564
Binary1110111100001111001111100011111001001110111001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC3CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,195,207); }

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

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

 a { background-color: rgb(59,195,207); }

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

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

 span { border-color: rgb(59,195,207); }

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