Html Css Color HEX #3BFDB0 Turquoise

📋 copy color: '#3BFDB0'

red 59 ◦ green 253 ◦ blue 176

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

Shades of Turquoise #3BFDB0

Tints of Turquoise #3BFDB0

RGB

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

 GREEN value IS 253 (99.22% from 255) = 51.84%

 BLUE value IS 176 (69.14% from 255) = 36.07%

R = 12.09%
G = 51.84%
B = 36.07%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#3BFDB0 (or 0x3BFDB0) is known color: Turquoise. HEX triplet: 3B, FD and B0. RGB value is (59,253,176). Sum of RGB (Red+Green+Blue) = 59+253+176=488 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.09% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 176 (69.14% from 255 or 36.07% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #3BFDB0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BFDB0 is #C4024F. Grayscale: #BABABA. Windows color (decimal): -12845648 or 11599163. OLE color: 11599163.

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

Color convert

RGB 59 253 176 -
CMYK 0.77 0 0.30 0.01
HSL 156.19º 0.98% 0.61% -
HSV(B) 156.19º 0.77% 0.99% -
XYZ 44.77 74.31 53.06 -
YUV 186.22 122.23 37.26 -
System Red Green Blue C M Y K H S L
Decimal 59 253 176 0.77 0 0.30 0.01 156.19 0.98 0.61
Hex 3B FD B0 4D 0 1E 1 9C 62 3D
Octal 73 375 260 115 0 36 1 234 142 75
Binary 111011 11111101 10110000 1001101 0 11110 1 10011100 1100010 111101

Color Harmonies of #3BFDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BFDB0

Black with #3BFDB0

Text Example


Text Example

White with #3BFDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,253,176); }

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

background-color css

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

 a { background-color: rgb(59,253,176); }

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

border-color css

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

 span { border-color: rgb(59,253,176); }

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