Html Css Color HEX #3BF2B5 Turquoise

📋 copy color: '#3BF2B5'

red 59 ◦ green 242 ◦ blue 181

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

Shades of Turquoise #3BF2B5

Tints of Turquoise #3BF2B5

RGB

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

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

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

R = 12.24%
G = 50.21%
B = 37.55%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.25

 K value IS 0.05

RGB Variations

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

Color information

#3BF2B5 (or 0x3BF2B5) is known color: Turquoise. HEX triplet: 3B, F2 and B5. RGB value is (59,242,181). Sum of RGB (Red+Green+Blue) = 59+242+181=482 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.24% from 482); Green value is 242 (94.92% from 255 or 50.21% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 242 - color contains mainly: green. Hex color #3BF2B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BF2B5 is #C40D4A. Grayscale: #B4B4B4. Windows color (decimal): -12848459 or 11924027. OLE color: 11924027.

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

Color convert

RGB 59 242 181 -
CMYK 0.76 0 0.25 0.05
HSL 160º 0.88% 0.59% -
HSV(B) 160º 0.76% 0.95% -
XYZ 41.9 67.77 54.59 -
YUV 180.33 128.37 41.46 -
System Red Green Blue C M Y K H S L
Decimal 59 242 181 0.76 0 0.25 0.05 160 0.88 0.59
Hex 3B F2 B5 4C 0 19 5 A0 58 3B
Octal 73 362 265 114 0 31 5 240 130 73
Binary 111011 11110010 10110101 1001100 0 11001 101 10100000 1011000 111011

Color Harmonies of #3BF2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BF2B5

Black with #3BF2B5

Text Example


Text Example

White with #3BF2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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