Html Css Color HEX #3BFEB5 Turquoise

📋 copy color: '#3BFEB5'

red 59 ◦ green 254 ◦ blue 181

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

Shades of Turquoise #3BFEB5

Tints of Turquoise #3BFEB5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.42%

 BLUE value IS 181 (71.09% from 255) = 36.64%

R = 11.94%
G = 51.42%
B = 36.64%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.29

 K value IS 0.00

RGB Variations

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

Color information

#3BFEB5 (or 0x3BFEB5) is known color: Turquoise. HEX triplet: 3B, FE and B5. RGB value is (59,254,181). Sum of RGB (Red+Green+Blue) = 59+254+181=494 (65% of max value = 765). Red value is 59 (23.44% from 255 or 11.94% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 181 (71.09% from 255 or 36.64% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #3BFEB5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BFEB5 is #C4014A. Grayscale: #BBBBBB. Windows color (decimal): -12845387 or 11927099. OLE color: 11927099.

HSL color Cylindrical-coordinate representation of color #3BFEB5: hue angle of 157.54º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3BFEB5 is Cyan = 0.77, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.

Color convert

RGB 59 254 181 -
CMYK 0.77 0 0.29 0.00
HSL 157.54º 0.99% 0.61% -
HSV(B) 157.54º 0.77% 1% -
XYZ 45.59 75.15 55.82 -
YUV 187.37 124.4 36.44 -
System Red Green Blue C M Y K H S L
Decimal 59 254 181 0.77 0 0.29 0.00 157.54 0.99 0.61
Hex 3B FE B5 4D 0 1D 0 9E 63 3D
Octal 73 376 265 115 0 35 0 236 143 75
Binary 111011 11111110 10110101 1001101 0 11101 0 10011110 1100011 111101

Color Harmonies of #3BFEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFEB5

Black with #3BFEB5

Text Example


Text Example

White with #3BFEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,254,181); }

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

background-color css

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

 a { background-color: rgb(59,254,181); }

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

border-color css

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

 span { border-color: rgb(59,254,181); }

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