Html Css Color HEX #3FF6BA Turquoise

📋 copy color: '#3FF6BA'

red 63 ◦ green 246 ◦ blue 186

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

Shades of Turquoise #3FF6BA

Tints of Turquoise #3FF6BA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.7%

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

R = 12.73%
G = 49.7%
B = 37.58%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.24

 K value IS 0.04

RGB Variations

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

Color information

#3FF6BA (or 0x3FF6BA) is known color: Turquoise. HEX triplet: 3F, F6 and BA. RGB value is (63,246,186). Sum of RGB (Red+Green+Blue) = 63+246+186=495 (65% of max value = 765). Red value is 63 (25% from 255 or 12.73% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF6BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FF6BA is #C00945. Grayscale: #B8B8B8. Windows color (decimal): -12585286 or 12252735. OLE color: 12252735.

HSL color Cylindrical-coordinate representation of color #3FF6BA: hue angle of 160.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF6BA is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB 63 246 186 -
CMYK 0.74 0 0.24 0.04
HSL 160.33º 0.91% 0.61% -
HSV(B) 160.33º 0.74% 0.96% -
XYZ 43.87 70.51 57.75 -
YUV 184.44 128.87 41.38 -
System Red Green Blue C M Y K H S L
Decimal 63 246 186 0.74 0 0.24 0.04 160.33 0.91 0.61
Hex 3F F6 BA 4A 0 18 4 A0 5B 3D
Octal 77 366 272 112 0 30 4 240 133 75
Binary 111111 11110110 10111010 1001010 0 11000 100 10100000 1011011 111101

Color Harmonies of #3FF6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FF6BA

Black with #3FF6BA

Text Example


Text Example

White with #3FF6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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