Html Css Color HEX #3BECB6 Turquoise

📋 copy color: '#3BECB6'

red 59 ◦ green 236 ◦ blue 182

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

Shades of Turquoise #3BECB6

Tints of Turquoise #3BECB6

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.48%

 BLUE value IS 182 (71.48% from 255) = 38.16%

R = 12.37%
G = 49.48%
B = 38.16%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.23

 K value IS 0.07

RGB Variations

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

Color information

#3BECB6 (or 0x3BECB6) is known color: Turquoise. HEX triplet: 3B, EC and B6. RGB value is (59,236,182). Sum of RGB (Red+Green+Blue) = 59+236+182=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 236 (92.58% from 255 or 49.48% from 477); Blue value is 182 (71.48% from 255 or 38.16% from 477); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECB6 is #C41349. Grayscale: #B0B0B0. Windows color (decimal): -12849994 or 11988027. OLE color: 11988027.

HSL color Cylindrical-coordinate representation of color #3BECB6: hue angle of 161.69º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BECB6 is Cyan = 0.75, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 182 -
CMYK 0.75 0 0.23 0.07
HSL 161.69º 0.82% 0.58% -
HSV(B) 161.69º 0.75% 0.93% -
XYZ 40.24 64.3 54.55 -
YUV 176.92 130.86 43.89 -
System Red Green Blue C M Y K H S L
Decimal 59 236 182 0.75 0 0.23 0.07 161.69 0.82 0.58
Hex 3B EC B6 4B 0 17 7 A2 52 3A
Octal 73 354 266 113 0 27 7 242 122 72
Binary 111011 11101100 10110110 1001011 0 10111 111 10100010 1010010 111010

Color Harmonies of #3BECB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECB6

Black with #3BECB6

Text Example


Text Example

White with #3BECB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,236,182); }

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

background-color css

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

 a { background-color: rgb(59,236,182); }

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

border-color css

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

 span { border-color: rgb(59,236,182); }

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