Html Css Color HEX #3FFAB9 Turquoise

📋 copy color: '#3FFAB9'

red 63 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #3FFAB9

Tints of Turquoise #3FFAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.15%

R = 12.65%
G = 50.2%
B = 37.15%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#3FFAB9 (or 0x3FFAB9) is known color: Turquoise. HEX triplet: 3F, FA and B9. RGB value is (63,250,185). Sum of RGB (Red+Green+Blue) = 63+250+185=498 (65% of max value = 765). Red value is 63 (25% from 255 or 12.65% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 185 (72.66% from 255 or 37.15% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB9 is #C00546. Grayscale: #BABABA. Windows color (decimal): -12584263 or 12188223. OLE color: 12188223.

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

Color convert

RGB 63 250 185 -
CMYK 0.75 0 0.26 0.02
HSL 159.14º 0.95% 0.61% -
HSV(B) 159.14º 0.75% 0.98% -
XYZ 44.99 72.93 57.6 -
YUV 186.68 127.05 39.79 -
System Red Green Blue C M Y K H S L
Decimal 63 250 185 0.75 0 0.26 0.02 159.14 0.95 0.61
Hex 3F FA B9 4B 0 1A 2 9F 5F 3D
Octal 77 372 271 113 0 32 2 237 137 75
Binary 111111 11111010 10111001 1001011 0 11010 10 10011111 1011111 111101

Color Harmonies of #3FFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAB9

Black with #3FFAB9

Text Example


Text Example

White with #3FFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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