Html Css Color HEX #3BECBF Turquoise

📋 copy color: '#3BECBF'

red 59 ◦ green 236 ◦ blue 191

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

Shades of Turquoise #3BECBF

Tints of Turquoise #3BECBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 39.3%

R = 12.14%
G = 48.56%
B = 39.3%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#3BECBF (or 0x3BECBF) is known color: Turquoise. HEX triplet: 3B, EC and BF. RGB value is (59,236,191). Sum of RGB (Red+Green+Blue) = 59+236+191=486 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.14% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 191 (75% from 255 or 39.30% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #3BECBF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BECBF is #C41340. Grayscale: #B1B1B1. Windows color (decimal): -12849985 or 12577851. OLE color: 12577851.

HSL color Cylindrical-coordinate representation of color #3BECBF: hue angle of 164.75º 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 #3BECBF is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB 59 236 191 -
CMYK 0.75 0 0.19 0.07
HSL 164.75º 0.82% 0.58% -
HSV(B) 164.75º 0.75% 0.93% -
XYZ 41.2 64.68 59.6 -
YUV 177.95 135.36 43.16 -
System Red Green Blue C M Y K H S L
Decimal 59 236 191 0.75 0 0.19 0.07 164.75 0.82 0.58
Hex 3B EC BF 4B 0 13 7 A5 52 3A
Octal 73 354 277 113 0 23 7 245 122 72
Binary 111011 11101100 10111111 1001011 0 10011 111 10100101 1010010 111010

Color Harmonies of #3BECBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BECBF

Black with #3BECBF

Text Example


Text Example

White with #3BECBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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