#3FEBF2

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

Shades of Turquoise #3FEBF2

Tints of Turquoise #3FEBF2

Color information

#3FEBF2 (or 0x3FEBF2) is unknown color: approx Turquoise. HEX triplet: 3F, EB and F2. RGB value is (63,235,242). Sum of RGB (Red+Green+Blue) = 63+235+242=540 (71% of max value = 765). Red value is 63 (25% from 255 or 11.67% from 540); Green value is 235 (92.19% from 255 or 43.52% from 540); Blue value is 242 (94.92% from 255 or 44.81% from 540); Max value from RGB is 242 - color contains mainly: blue. Hex color #3FEBF2 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3FEBF2 is #C0140D. Grayscale: #B8B8B8. Windows color (decimal): -12588046 or 15919935. OLE color: 15919935.

HSL color Cylindrical-coordinate representation of color #3FEBF2: hue angle of 182.35º degrees, saturation: 0.87, 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 #3FEBF2 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB63235242-
CMYK0.740.0300.05
HSL182.35º87.32%59.8%-
HSV(B)182.35º73.97%94.9%-
XYZ47.7966.8894.4-
YUV184.37160.5241.43-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 11.67%
GREEN value IS 235 (92.19% from 255) = 43.52%
BLUE value IS 242 (94.92% from 255) = 44.81%
R=11.67%
G=43.52%
B=44.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal632352420.740.0300.05182.3587.3259.8
Hex3FEBF24A305b6573c
Octal7735336211230526612774
Binary11111111101011111100101001010110101101101101010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FEBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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