Html Css Color HEX #3FEBB1 Turquoise

📋 copy color: '#3FEBB1'

red 63 ◦ green 235 ◦ blue 177

#3FEBB1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #3FEBB1

Tints of Turquoise #3FEBB1

RGB

 RED value IS 63 (25% from 255) = 13.26%

 GREEN value IS 235 (92.19% from 255) = 49.47%

 BLUE value IS 177 (69.53% from 255) = 37.26%

R = 13.26%
G = 49.47%
B = 37.26%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#3FEBB1 (or 0x3FEBB1) is known color: Turquoise. HEX triplet: 3F, EB and B1. RGB value is (63,235,177). Sum of RGB (Red+Green+Blue) = 63+235+177=475 (62% of max value = 765). Red value is 63 (25% from 255 or 13.26% from 475); Green value is 235 (92.19% from 255 or 49.47% from 475); Blue value is 177 (69.53% from 255 or 37.26% from 475); Max value from RGB is 235 - color contains mainly: green. Hex color #3FEBB1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3FEBB1 is #C0144E. Grayscale: #B1B1B1. Windows color (decimal): -12588111 or 11660095. OLE color: 11660095.

HSL color Cylindrical-coordinate representation of color #3FEBB1: hue angle of 159.77º 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 #3FEBB1 is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 63 235 177 -
CMYK 0.73 0 0.25 0.08
HSL 159.77º 0.81% 0.58% -
HSV(B) 159.77º 0.73% 0.92% -
XYZ 39.69 63.65 51.79 -
YUV 176.96 128.02 46.72 -
System Red Green Blue C M Y K H S L
Decimal 63 235 177 0.73 0 0.25 0.08 159.77 0.81 0.58
Hex 3F EB B1 49 0 19 8 A0 51 3A
Octal 77 353 261 111 0 31 10 240 121 72
Binary 111111 11101011 10110001 1001001 0 11001 1000 10100000 1010001 111010

Color Harmonies of #3FEBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FEBB1

Black with #3FEBB1

Text Example


Text Example

White with #3FEBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3FEBB1;
 }
 .AnyTagClassName
 {
   color: #3FEBB1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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