#3FECDA

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

Shades of Turquoise #3FECDA

Tints of Turquoise #3FECDA

Color information

#3FECDA (or 0x3FECDA) is unknown color: approx Turquoise. HEX triplet: 3F, EC and DA. RGB value is (63,236,218). Sum of RGB (Red+Green+Blue) = 63+236+218=517 (68% of max value = 765). Red value is 63 (25% from 255 or 12.19% from 517); Green value is 236 (92.58% from 255 or 45.65% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 236 - color contains mainly: green. Hex color #3FECDA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FECDA is #C01325. Grayscale: #B6B6B6. Windows color (decimal): -12587814 or 14347327. OLE color: 14347327.

HSL color Cylindrical-coordinate representation of color #3FECDA: hue angle of 173.76º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FECDA is Cyan = 0.73, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB63236218-
CMYK0.7300.080.07
HSL173.76º81.99%58.63%-
HSV(B)173.76º73.31%92.55%-
XYZ44.766.1176.73-
YUV182.22148.1942.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.19%
GREEN value IS 236 (92.58% from 255) = 45.65%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=12.19%
G=45.65%
B=42.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal632362180.7300.080.07173.7681.9958.63
Hex3FECDA49087ae523b
Octal77354332111010725612273
Binary1111111110110011011010100100101000111101011101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FECDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,236,218); }

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

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

 a { background-color: rgb(63,236,218); }

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

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

 span { border-color: rgb(63,236,218); }

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