Html Css Color HEX #3BF2B0 Turquoise

📋 copy color: '#3BF2B0'

red 59 ◦ green 242 ◦ blue 176

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

Shades of Turquoise #3BF2B0

Tints of Turquoise #3BF2B0

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.73%

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

R = 12.37%
G = 50.73%
B = 36.9%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#3BF2B0 (or 0x3BF2B0) is known color: Turquoise. HEX triplet: 3B, F2 and B0. RGB value is (59,242,176). Sum of RGB (Red+Green+Blue) = 59+242+176=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 242 (94.92% from 255 or 50.73% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2B0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #3BF2B0 is #C40D4F. Grayscale: #B3B3B3. Windows color (decimal): -12848464 or 11596347. OLE color: 11596347.

HSL color Cylindrical-coordinate representation of color #3BF2B0: hue angle of 158.36º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BF2B0 is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 59 242 176 -
CMYK 0.76 0 0.27 0.05
HSL 158.36º 0.88% 0.59% -
HSV(B) 158.36º 0.76% 0.95% -
XYZ 41.39 67.57 51.93 -
YUV 179.76 125.87 41.87 -
System Red Green Blue C M Y K H S L
Decimal 59 242 176 0.76 0 0.27 0.05 158.36 0.88 0.59
Hex 3B F2 B0 4C 0 1B 5 9E 58 3B
Octal 73 362 260 114 0 33 5 236 130 73
Binary 111011 11110010 10110000 1001100 0 11011 101 10011110 1011000 111011

Color Harmonies of #3BF2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF2B0

Black with #3BF2B0

Text Example


Text Example

White with #3BF2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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