#3CF1E4

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

Shades of Turquoise #3CF1E4

Tints of Turquoise #3CF1E4

Color information

#3CF1E4 (or 0x3CF1E4) is unknown color: approx Turquoise. HEX triplet: 3C, F1 and E4. RGB value is (60,241,228). Sum of RGB (Red+Green+Blue) = 60+241+228=529 (70% of max value = 765). Red value is 60 (23.83% from 255 or 11.34% from 529); Green value is 241 (94.53% from 255 or 45.56% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 241 - color contains mainly: green. Hex color #3CF1E4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3CF1E4 is #C30E1B. Grayscale: #B9B9B9. Windows color (decimal): -12783132 or 15003964. OLE color: 15003964.

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

Color convert

RGB60241228-
CMYK0.7500.050.05
HSL175.69º86.6%59.02%-
HSV(B)175.69º75.1%94.51%-
XYZ47.3269.4784.31-
YUV185.4152.0338.56-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 11.34%
GREEN value IS 241 (94.53% from 255) = 45.56%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=11.34%
G=45.56%
B=43.10%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal602412280.7500.050.05175.6986.659.02
Hex3CF1E44B055b0573b
Octal7436134411305526012773
Binary111100111100011110010010010110101101101100001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CF1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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