#3CF9C4

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

Shades of Turquoise #3CF9C4

Tints of Turquoise #3CF9C4

Color information

#3CF9C4 (or 0x3CF9C4) is unknown color: approx Turquoise. HEX triplet: 3C, F9 and C4. RGB value is (60,249,196). Sum of RGB (Red+Green+Blue) = 60+249+196=505 (66% of max value = 765). Red value is 60 (23.83% from 255 or 11.88% from 505); Green value is 249 (97.66% from 255 or 49.31% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 249 - color contains mainly: green. Hex color #3CF9C4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF9C4 is #C3063B. Grayscale: #BABABA. Windows color (decimal): -12781116 or 12908860. OLE color: 12908860.

HSL color Cylindrical-coordinate representation of color #3CF9C4: hue angle of 163.17º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3CF9C4 is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.

Color convert

RGB60249196-
CMYK0.7600.210.02
HSL163.17º94.03%60.59%-
HSV(B)163.17º75.9%97.65%-
XYZ45.772.763.85-
YUV186.45133.3837.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.88%
GREEN value IS 249 (97.66% from 255) = 49.31%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=11.88%
G=49.31%
B=38.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal602491960.7600.210.02163.1794.0360.59
Hex3CF9C44C0152a35e3d
Octal74371304114025224313675
Binary1111001111100111000100100110001010110101000111011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,249,196); }

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

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

 a { background-color: rgb(60,249,196); }

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

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

 span { border-color: rgb(60,249,196); }

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