Html Css Color HEX #3BFAB9 Turquoise

📋 copy color: '#3BFAB9'

red 59 ◦ green 250 ◦ blue 185

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

Shades of Turquoise #3BFAB9

Tints of Turquoise #3BFAB9

RGB

 RED value IS 59 (23.44% from 255) = 11.94%

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

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

R = 11.94%
G = 50.61%
B = 37.45%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#3BFAB9 (or 0x3BFAB9) is known color: Turquoise. HEX triplet: 3B, FA and B9. RGB value is (59,250,185). Sum of RGB (Red+Green+Blue) = 59+250+185=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 250 (98.05% from 255 or 50.61% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFAB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFAB9 is #C40546. Grayscale: #B9B9B9. Windows color (decimal): -12846407 or 12188219. OLE color: 12188219.

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

Color convert

RGB 59 250 185 -
CMYK 0.76 0 0.26 0.02
HSL 159.58º 0.95% 0.61% -
HSV(B) 159.58º 0.76% 0.98% -
XYZ 44.75 72.8 57.59 -
YUV 185.48 127.72 37.79 -
System Red Green Blue C M Y K H S L
Decimal 59 250 185 0.76 0 0.26 0.02 159.58 0.95 0.61
Hex 3B FA B9 4C 0 1A 2 A0 5F 3D
Octal 73 372 271 114 0 32 2 240 137 75
Binary 111011 11111010 10111001 1001100 0 11010 10 10100000 1011111 111101

Color Harmonies of #3BFAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFAB9

Black with #3BFAB9

Text Example


Text Example

White with #3BFAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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