Html Css Color HEX #3FFAC4 Turquoise

📋 copy color: '#3FFAC4'

red 63 ◦ green 250 ◦ blue 196

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

Shades of Turquoise #3FFAC4

Tints of Turquoise #3FFAC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 38.51%

R = 12.38%
G = 49.12%
B = 38.51%

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

#3FFAC4 (or 0x3FFAC4) is known color: Turquoise. HEX triplet: 3F, FA and C4. RGB value is (63,250,196). Sum of RGB (Red+Green+Blue) = 63+250+196=509 (67% of max value = 765). Red value is 63 (25% from 255 or 12.38% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 196 (76.95% from 255 or 38.51% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAC4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAC4 is #C0053B. Grayscale: #BBBBBB. Windows color (decimal): -12584252 or 12909119. OLE color: 12909119.

HSL color Cylindrical-coordinate representation of color #3FFAC4: hue angle of 162.67º 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 #3FFAC4 is Cyan = 0.75, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.

Color convert

RGB 63 250 196 -
CMYK 0.75 0 0.22 0.02
HSL 162.67º 0.95% 0.61% -
HSV(B) 162.67º 0.75% 0.98% -
XYZ 46.2 73.41 63.96 -
YUV 187.93 132.55 38.89 -
System Red Green Blue C M Y K H S L
Decimal 63 250 196 0.75 0 0.22 0.02 162.67 0.95 0.61
Hex 3F FA C4 4B 0 16 2 A3 5F 3D
Octal 77 372 304 113 0 26 2 243 137 75
Binary 111111 11111010 11000100 1001011 0 10110 10 10100011 1011111 111101

Color Harmonies of #3FFAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAC4

Black with #3FFAC4

Text Example


Text Example

White with #3FFAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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