Html Css Color HEX #3BEABB Turquoise

📋 copy color: '#3BEABB'

red 59 ◦ green 234 ◦ blue 187

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

Shades of Turquoise #3BEABB

Tints of Turquoise #3BEABB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.75%

 BLUE value IS 187 (73.44% from 255) = 38.96%

R = 12.29%
G = 48.75%
B = 38.96%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.20

 K value IS 0.08

RGB Variations

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

Color information

#3BEABB (or 0x3BEABB) is known color: Turquoise. HEX triplet: 3B, EA and BB. RGB value is (59,234,187). Sum of RGB (Red+Green+Blue) = 59+234+187=480 (63% of max value = 765). Red value is 59 (23.44% from 255 or 12.29% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEABB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEABB is #C41544. Grayscale: #B0B0B0. Windows color (decimal): -12850501 or 12315195. OLE color: 12315195.

HSL color Cylindrical-coordinate representation of color #3BEABB: hue angle of 163.89º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3BEABB is Cyan = 0.75, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB 59 234 187 -
CMYK 0.75 0 0.20 0.08
HSL 163.89º 0.81% 0.57% -
HSV(B) 163.89º 0.75% 0.92% -
XYZ 40.2 63.36 57.13 -
YUV 176.32 134.02 44.32 -
System Red Green Blue C M Y K H S L
Decimal 59 234 187 0.75 0 0.20 0.08 163.89 0.81 0.57
Hex 3B EA BB 4B 0 14 8 A4 51 39
Octal 73 352 273 113 0 24 10 244 121 71
Binary 111011 11101010 10111011 1001011 0 10100 1000 10100100 1010001 111001

Color Harmonies of #3BEABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEABB

Black with #3BEABB

Text Example


Text Example

White with #3BEABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,234,187); }

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

background-color css

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

 a { background-color: rgb(59,234,187); }

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

border-color css

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

 span { border-color: rgb(59,234,187); }

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