Html Css Color HEX #3BFABB Turquoise

📋 copy color: '#3BFABB'

red 59 ◦ green 250 ◦ blue 187

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

Shades of Turquoise #3BFABB

Tints of Turquoise #3BFABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.7%

R = 11.9%
G = 50.4%
B = 37.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#3BFABB (or 0x3BFABB) is known color: Turquoise. HEX triplet: 3B, FA and BB. RGB value is (59,250,187). Sum of RGB (Red+Green+Blue) = 59+250+187=496 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.90% from 496); Green value is 250 (98.05% from 255 or 50.40% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFABB is #C40544. Grayscale: #B9B9B9. Windows color (decimal): -12846405 or 12319291. OLE color: 12319291.

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

Color convert

RGB 59 250 187 -
CMYK 0.76 0 0.25 0.02
HSL 160.21º 0.95% 0.61% -
HSV(B) 160.21º 0.76% 0.98% -
XYZ 44.96 72.89 58.71 -
YUV 185.71 128.72 37.62 -
System Red Green Blue C M Y K H S L
Decimal 59 250 187 0.76 0 0.25 0.02 160.21 0.95 0.61
Hex 3B FA BB 4C 0 19 2 A0 5F 3D
Octal 73 372 273 114 0 31 2 240 137 75
Binary 111011 11111010 10111011 1001100 0 11001 10 10100000 1011111 111101

Color Harmonies of #3BFABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFABB

Black with #3BFABB

Text Example


Text Example

White with #3BFABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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