Html Css Color HEX #3FE6BA Turquoise

📋 copy color: '#3FE6BA'

red 63 ◦ green 230 ◦ blue 186

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

Shades of Turquoise #3FE6BA

Tints of Turquoise #3FE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 48.02%

 BLUE value IS 186 (73.05% from 255) = 38.83%

R = 13.15%
G = 48.02%
B = 38.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#3FE6BA (or 0x3FE6BA) is known color: Turquoise. HEX triplet: 3F, E6 and BA. RGB value is (63,230,186). Sum of RGB (Red+Green+Blue) = 63+230+186=479 (63% of max value = 765). Red value is 63 (25% from 255 or 13.15% from 479); Green value is 230 (90.23% from 255 or 48.02% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 230 - color contains mainly: green. Hex color #3FE6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FE6BA is #C01945. Grayscale: #AFAFAF. Windows color (decimal): -12589382 or 12248639. OLE color: 12248639.

HSL color Cylindrical-coordinate representation of color #3FE6BA: hue angle of 164.19º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE6BA is Cyan = 0.73, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 63 230 186 -
CMYK 0.73 0 0.19 0.10
HSL 164.19º 0.77% 0.57% -
HSV(B) 164.19º 0.73% 0.9% -
XYZ 39.21 61.2 56.2 -
YUV 175.05 134.17 48.08 -
System Red Green Blue C M Y K H S L
Decimal 63 230 186 0.73 0 0.19 0.10 164.19 0.77 0.57
Hex 3F E6 BA 49 0 13 A A4 4D 39
Octal 77 346 272 111 0 23 12 244 115 71
Binary 111111 11100110 10111010 1001001 0 10011 1010 10100100 1001101 111001

Color Harmonies of #3FE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FE6BA

Black with #3FE6BA

Text Example


Text Example

White with #3FE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,230,186); }

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

background-color css

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

 a { background-color: rgb(63,230,186); }

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

border-color css

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

 span { border-color: rgb(63,230,186); }

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