#3CF3B2

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

Shades of Turquoise #3CF3B2

Tints of Turquoise #3CF3B2

Color information

#3CF3B2 (or 0x3CF3B2) is unknown color: approx Turquoise. HEX triplet: 3C, F3 and B2. RGB value is (60,243,178). Sum of RGB (Red+Green+Blue) = 60+243+178=481 (63% of max value = 765). Red value is 60 (23.83% from 255 or 12.47% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 178 (69.92% from 255 or 37.01% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #3CF3B2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3CF3B2 is #C30C4D. Grayscale: #B4B4B4. Windows color (decimal): -12782670 or 11727676. OLE color: 11727676.

HSL color Cylindrical-coordinate representation of color #3CF3B2: hue angle of 158.69º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3CF3B2 is Cyan = 0.75, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB60243178-
CMYK0.7500.270.05
HSL158.69º88.41%59.41%-
HSV(B)158.69º75.31%95.29%-
XYZ41.9568.2853.09-
YUV180.87126.3741.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 12.47%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 178 (69.92% from 255) = 37.01%
R=12.47%
G=50.52%
B=37.01%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602431780.7500.270.05158.6988.4159.41
Hex3CF3B24B01B59f583b
Octal74363262113033523713073
Binary11110011110011101100101001011011011101100111111011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,243,178); }

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

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

 a { background-color: rgb(60,243,178); }

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

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

 span { border-color: rgb(60,243,178); }

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