Html Css Color HEX #3FFAB3 Turquoise

📋 copy color: '#3FFAB3'

red 63 ◦ green 250 ◦ blue 179

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

Shades of Turquoise #3FFAB3

Tints of Turquoise #3FFAB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.38%

R = 12.8%
G = 50.81%
B = 36.38%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#3FFAB3 (or 0x3FFAB3) is known color: Turquoise. HEX triplet: 3F, FA and B3. RGB value is (63,250,179). Sum of RGB (Red+Green+Blue) = 63+250+179=492 (65% of max value = 765). Red value is 63 (25% from 255 or 12.80% from 492); Green value is 250 (98.05% from 255 or 50.81% from 492); Blue value is 179 (70.31% from 255 or 36.38% from 492); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFAB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3FFAB3 is #C0054C. Grayscale: #BABABA. Windows color (decimal): -12584269 or 11795007. OLE color: 11795007.

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

Color convert

RGB 63 250 179 -
CMYK 0.75 0 0.28 0.02
HSL 157.22º 0.95% 0.61% -
HSV(B) 157.22º 0.75% 0.98% -
XYZ 44.37 72.68 54.34 -
YUV 185.99 124.05 40.27 -
System Red Green Blue C M Y K H S L
Decimal 63 250 179 0.75 0 0.28 0.02 157.22 0.95 0.61
Hex 3F FA B3 4B 0 1C 2 9D 5F 3D
Octal 77 372 263 113 0 34 2 235 137 75
Binary 111111 11111010 10110011 1001011 0 11100 10 10011101 1011111 111101

Color Harmonies of #3FFAB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FFAB3

Black with #3FFAB3

Text Example


Text Example

White with #3FFAB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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