Html Css Color HEX #3BEAC2 Turquoise

📋 copy color: '#3BEAC2'

red 59 ◦ green 234 ◦ blue 194

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

Shades of Turquoise #3BEAC2

Tints of Turquoise #3BEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 39.84%

R = 12.11%
G = 48.05%
B = 39.84%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#3BEAC2 (or 0x3BEAC2) is known color: Turquoise. HEX triplet: 3B, EA and C2. RGB value is (59,234,194). Sum of RGB (Red+Green+Blue) = 59+234+194=487 (64% of max value = 765). Red value is 59 (23.44% from 255 or 12.11% from 487); Green value is 234 (91.80% from 255 or 48.05% from 487); Blue value is 194 (76.17% from 255 or 39.84% from 487); Max value from RGB is 234 - color contains mainly: green. Hex color #3BEAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3BEAC2 is #C4153D. Grayscale: #B1B1B1. Windows color (decimal): -12850494 or 12773947. OLE color: 12773947.

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

Color convert

RGB 59 234 194 -
CMYK 0.75 0 0.17 0.08
HSL 166.29º 0.81% 0.57% -
HSV(B) 166.29º 0.75% 0.92% -
XYZ 40.96 63.67 61.17 -
YUV 177.12 137.52 43.75 -
System Red Green Blue C M Y K H S L
Decimal 59 234 194 0.75 0 0.17 0.08 166.29 0.81 0.57
Hex 3B EA C2 4B 0 11 8 A6 51 39
Octal 73 352 302 113 0 21 10 246 121 71
Binary 111011 11101010 11000010 1001011 0 10001 1000 10100110 1010001 111001

Color Harmonies of #3BEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BEAC2

Black with #3BEAC2

Text Example


Text Example

White with #3BEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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