#3FFDCE

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

Shades of Turquoise #3FFDCE

Tints of Turquoise #3FFDCE

Color information

#3FFDCE (or 0x3FFDCE) is unknown color: approx Turquoise. HEX triplet: 3F, FD and CE. RGB value is (63,253,206). Sum of RGB (Red+Green+Blue) = 63+253+206=522 (69% of max value = 765). Red value is 63 (25% from 255 or 12.07% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 206 (80.86% from 255 or 39.46% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #3FFDCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFDCE is #C00231. Grayscale: #BEBEBE. Windows color (decimal): -12583474 or 13565247. OLE color: 13565247.

HSL color Cylindrical-coordinate representation of color #3FFDCE: hue angle of 165.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFDCE is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB63253206-
CMYK0.7500.190.01
HSL165.16º97.94%61.96%-
HSV(B)165.16º75.1%99.22%-
XYZ48.3275.7670.47-
YUV190.83136.5536.82-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.07%
GREEN value IS 253 (99.22% from 255) = 48.47%
BLUE value IS 206 (80.86% from 255) = 39.46%
R=12.07%
G=48.47%
B=39.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal632532060.7500.190.01165.1697.9461.96
Hex3FFDCE4B0131a5623e
Octal77375316113023124514276
Binary111111111111011100111010010110100111101001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,253,206); }

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

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

 a { background-color: rgb(63,253,206); }

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

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

 span { border-color: rgb(63,253,206); }

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