Html Css Color HEX #3FFAC3 Turquoise

📋 copy color: '#3FFAC3'

red 63 ◦ green 250 ◦ blue 195

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

Shades of Turquoise #3FFAC3

Tints of Turquoise #3FFAC3

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.21%

 BLUE value IS 195 (76.56% from 255) = 38.39%

R = 12.4%
G = 49.21%
B = 38.39%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.22

 K value IS 0.02

RGB Variations

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

Color information

#3FFAC3 (or 0x3FFAC3) is known color: Turquoise. HEX triplet: 3F, FA and C3. RGB value is (63,250,195). Sum of RGB (Red+Green+Blue) = 63+250+195=508 (67% of max value = 765). Red value is 63 (25% from 255 or 12.40% from 508); Green value is 250 (98.05% from 255 or 49.21% from 508); Blue value is 195 (76.56% from 255 or 38.39% from 508); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAC3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAC3 is #C0053C. Grayscale: #BBBBBB. Windows color (decimal): -12584253 or 12843583. OLE color: 12843583.

HSL color Cylindrical-coordinate representation of color #3FFAC3: hue angle of 162.35º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFAC3 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 195 -
CMYK 0.75 0 0.22 0.02
HSL 162.35º 0.95% 0.61% -
HSV(B) 162.35º 0.75% 0.98% -
XYZ 46.09 73.37 63.36 -
YUV 187.82 132.05 38.97 -
System Red Green Blue C M Y K H S L
Decimal 63 250 195 0.75 0 0.22 0.02 162.35 0.95 0.61
Hex 3F FA C3 4B 0 16 2 A2 5F 3D
Octal 77 372 303 113 0 26 2 242 137 75
Binary 111111 11111010 11000011 1001011 0 10110 10 10100010 1011111 111101

Color Harmonies of #3FFAC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAC3

Black with #3FFAC3

Text Example


Text Example

White with #3FFAC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,250,195); }

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

background-color css

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

 a { background-color: rgb(63,250,195); }

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

border-color css

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

 span { border-color: rgb(63,250,195); }

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