#3FEBE9

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

Shades of Turquoise #3FEBE9

Tints of Turquoise #3FEBE9

Color information

#3FEBE9 (or 0x3FEBE9) is unknown color: approx Turquoise. HEX triplet: 3F, EB and E9. RGB value is (63,235,233). Sum of RGB (Red+Green+Blue) = 63+235+233=531 (70% of max value = 765). Red value is 63 (25% from 255 or 11.86% from 531); Green value is 235 (92.19% from 255 or 44.26% from 531); Blue value is 233 (91.41% from 255 or 43.88% from 531); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBE9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBE9 is #C01416. Grayscale: #B7B7B7. Windows color (decimal): -12588055 or 15330111. OLE color: 15330111.

HSL color Cylindrical-coordinate representation of color #3FEBE9: hue angle of 179.3º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FEBE9 is Cyan = 0.73, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB63235233-
CMYK0.7300.010.08
HSL179.3º81.13%58.43%-
HSV(B)179.3º73.19%92.16%-
XYZ46.4766.3687.45-
YUV183.34156.0242.16-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.86%
GREEN value IS 235 (92.19% from 255) = 44.26%
BLUE value IS 233 (91.41% from 255) = 43.88%
R=11.86%
G=44.26%
B=43.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal632352330.7300.010.08179.381.1358.43
Hex3FEBE949018b3513a
Octal77353351111011026312172
Binary11111111101011111010011001001011000101100111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,235,233); }

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

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

 a { background-color: rgb(63,235,233); }

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

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

 span { border-color: rgb(63,235,233); }

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