#3FF1D2

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

Shades of Turquoise #3FF1D2

Tints of Turquoise #3FF1D2

Color information

#3FF1D2 (or 0x3FF1D2) is unknown color: approx Turquoise. HEX triplet: 3F, F1 and D2. RGB value is (63,241,210). Sum of RGB (Red+Green+Blue) = 63+241+210=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 241 (94.53% from 255 or 46.89% from 514); Blue value is 210 (82.42% from 255 or 40.86% from 514); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF1D2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF1D2 is #C00E2D. Grayscale: #B8B8B8. Windows color (decimal): -12586542 or 13824319. OLE color: 13824319.

HSL color Cylindrical-coordinate representation of color #3FF1D2: hue angle of 169.55º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF1D2 is Cyan = 0.74, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.

Color convert

RGB63241210-
CMYK0.7400.130.05
HSL169.55º86.41%59.61%-
HSV(B)169.55º73.86%94.51%-
XYZ45.1468.6271.84-
YUV184.24142.5341.52-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 12.26%
GREEN value IS 241 (94.53% from 255) = 46.89%
BLUE value IS 210 (82.42% from 255) = 40.86%
R=12.26%
G=46.89%
B=40.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632412100.7400.130.05169.5586.4159.61
Hex3FF1D24A0D5aa563c
Octal77361322112015525212674
Binary1111111111000111010010100101001101101101010101010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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