Html Css Color HEX #3BFAB4 Turquoise

📋 copy color: '#3BFAB4'

red 59 ◦ green 250 ◦ blue 180

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

Shades of Turquoise #3BFAB4

Tints of Turquoise #3BFAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.81%

R = 12.07%
G = 51.12%
B = 36.81%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#3BFAB4 (or 0x3BFAB4) is known color: Turquoise. HEX triplet: 3B, FA and B4. RGB value is (59,250,180). Sum of RGB (Red+Green+Blue) = 59+250+180=489 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.07% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 180 (70.70% from 255 or 36.81% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #3BFAB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFAB4 is #C4054B. Grayscale: #B9B9B9. Windows color (decimal): -12846412 or 11860539. OLE color: 11860539.

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

Color convert

RGB 59 250 180 -
CMYK 0.76 0 0.28 0.02
HSL 158.01º 0.95% 0.61% -
HSV(B) 158.01º 0.76% 0.98% -
XYZ 44.23 72.6 54.86 -
YUV 184.91 125.22 38.19 -
System Red Green Blue C M Y K H S L
Decimal 59 250 180 0.76 0 0.28 0.02 158.01 0.95 0.61
Hex 3B FA B4 4C 0 1C 2 9E 5F 3D
Octal 73 372 264 114 0 34 2 236 137 75
Binary 111011 11111010 10110100 1001100 0 11100 10 10011110 1011111 111101

Color Harmonies of #3BFAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFAB4

Black with #3BFAB4

Text Example


Text Example

White with #3BFAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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