Html Css Color HEX #3BEFB3 Turquoise

📋 copy color: '#3BEFB3'

red 59 ◦ green 239 ◦ blue 179

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

Shades of Turquoise #3BEFB3

Tints of Turquoise #3BEFB3

RGB

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

 GREEN value IS 239 (93.75% from 255) = 50.1%

 BLUE value IS 179 (70.31% from 255) = 37.53%

R = 12.37%
G = 50.1%
B = 37.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.25

 K value IS 0.06

RGB Variations

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

Color information

#3BEFB3 (or 0x3BEFB3) is known color: Turquoise. HEX triplet: 3B, EF and B3. RGB value is (59,239,179). Sum of RGB (Red+Green+Blue) = 59+239+179=477 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.37% from 477); Green value is 239 (93.75% from 255 or 50.10% from 477); Blue value is 179 (70.31% from 255 or 37.53% from 477); Max value from RGB is 239 - color contains mainly: green. Hex color #3BEFB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEFB3 is #C4104C. Grayscale: #B2B2B2. Windows color (decimal): -12849229 or 11792187. OLE color: 11792187.

HSL color Cylindrical-coordinate representation of color #3BEFB3: hue angle of 160º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEFB3 is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.

Color convert

RGB 59 239 179 -
CMYK 0.75 0 0.25 0.06
HSL 160º 0.85% 0.58% -
HSV(B) 160º 0.75% 0.94% -
XYZ 40.81 65.92 53.22 -
YUV 178.34 128.37 42.88 -
System Red Green Blue C M Y K H S L
Decimal 59 239 179 0.75 0 0.25 0.06 160 0.85 0.58
Hex 3B EF B3 4B 0 19 6 A0 55 3A
Octal 73 357 263 113 0 31 6 240 125 72
Binary 111011 11101111 10110011 1001011 0 11001 110 10100000 1010101 111010

Color Harmonies of #3BEFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEFB3

Black with #3BEFB3

Text Example


Text Example

White with #3BEFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,239,179); }

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

background-color css

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

 a { background-color: rgb(59,239,179); }

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

border-color css

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

 span { border-color: rgb(59,239,179); }

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