#3BF4C1

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

Shades of Turquoise #3BF4C1

Tints of Turquoise #3BF4C1

Color information

#3BF4C1 (or 0x3BF4C1) is unknown color: approx Turquoise. HEX triplet: 3B, F4 and C1. RGB value is (59,244,193). Sum of RGB (Red+Green+Blue) = 59+244+193=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 244 (95.70% from 255 or 49.19% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 244 - color contains mainly: green. Hex color #3BF4C1 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF4C1 is #C40B3E. Grayscale: #B6B6B6. Windows color (decimal): -12847935 or 12710971. OLE color: 12710971.

HSL color Cylindrical-coordinate representation of color #3BF4C1: hue angle of 163.46º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF4C1 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB59244193-
CMYK0.7600.210.04
HSL163.46º89.37%59.41%-
HSV(B)163.46º75.82%95.69%-
XYZ43.7869.4861.56-
YUV182.87133.7139.65-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 11.90%
GREEN value IS 244 (95.70% from 255) = 49.19%
BLUE value IS 193 (75.78% from 255) = 38.91%
R=11.90%
G=49.19%
B=38.91%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal592441930.7600.210.04163.4689.3759.41
Hex3BF4C14C0154a3593b
Octal73364301114025424313173
Binary11101111110100110000011001100010101100101000111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BF4C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,244,193); }

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

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

 a { background-color: rgb(59,244,193); }

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

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

 span { border-color: rgb(59,244,193); }

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