#3CF1D2

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

Shades of Turquoise #3CF1D2

Tints of Turquoise #3CF1D2

Color information

#3CF1D2 (or 0x3CF1D2) is unknown color: approx Turquoise. HEX triplet: 3C, F1 and D2. RGB value is (60,241,210). Sum of RGB (Red+Green+Blue) = 60+241+210=511 (67% of max value = 765). Red value is 60 (23.83% from 255 or 11.74% from 511); Green value is 241 (94.53% from 255 or 47.16% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1D2 is #C30E2D. Grayscale: #B7B7B7. Windows color (decimal): -12783150 or 13824316. OLE color: 13824316.

HSL color Cylindrical-coordinate representation of color #3CF1D2: hue angle of 169.72º degrees, saturation: 0.87, 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 #3CF1D2 is Cyan = 0.75, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB60241210-
CMYK0.7500.130.05
HSL169.72º86.6%59.02%-
HSV(B)169.72º75.1%94.51%-
XYZ44.9568.5271.83-
YUV183.35143.0340.02-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.74%
GREEN value IS 241 (94.53% from 255) = 47.16%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=11.74%
G=47.16%
B=41.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602412100.7500.130.05169.7286.659.02
Hex3CF1D24B0D5aa573b
Octal74361322113015525212773
Binary1111001111000111010010100101101101101101010101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,241,210); }

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

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

 a { background-color: rgb(60,241,210); }

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

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

 span { border-color: rgb(60,241,210); }

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