Html Css Color HEX #3FFAC9 Turquoise

📋 copy color: '#3FFAC9'

red 63 ◦ green 250 ◦ blue 201

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

Shades of Turquoise #3FFAC9

Tints of Turquoise #3FFAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.11%

R = 12.26%
G = 48.64%
B = 39.11%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.02

RGB Variations

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

Color information

#3FFAC9 (or 0x3FFAC9) is known color: Turquoise. HEX triplet: 3F, FA and C9. RGB value is (63,250,201). Sum of RGB (Red+Green+Blue) = 63+250+201=514 (68% of max value = 765). Red value is 63 (25% from 255 or 12.26% from 514); Green value is 250 (98.05% from 255 or 48.64% from 514); Blue value is 201 (78.91% from 255 or 39.11% from 514); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAC9 is #C00536. Grayscale: #BCBCBC. Windows color (decimal): -12584247 or 13236799. OLE color: 13236799.

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

Color convert

RGB 63 250 201 -
CMYK 0.75 0 0.20 0.02
HSL 164.28º 0.95% 0.61% -
HSV(B) 164.28º 0.75% 0.98% -
XYZ 46.78 73.65 67.01 -
YUV 188.5 135.05 38.48 -
System Red Green Blue C M Y K H S L
Decimal 63 250 201 0.75 0 0.20 0.02 164.28 0.95 0.61
Hex 3F FA C9 4B 0 14 2 A4 5F 3D
Octal 77 372 311 113 0 24 2 244 137 75
Binary 111111 11111010 11001001 1001011 0 10100 10 10100100 1011111 111101

Color Harmonies of #3FFAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAC9

Black with #3FFAC9

Text Example


Text Example

White with #3FFAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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