Html Css Color HEX #4BE8BA Turquoise

📋 copy color: '#4BE8BA'

red 75 ◦ green 232 ◦ blue 186

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

Shades of Turquoise #4BE8BA

Tints of Turquoise #4BE8BA

RGB

 RED value IS 75 (29.69% from 255) = 15.21%

 GREEN value IS 232 (91.02% from 255) = 47.06%

 BLUE value IS 186 (73.05% from 255) = 37.73%

R = 15.21%
G = 47.06%
B = 37.73%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#4BE8BA (or 0x4BE8BA) is known color: Turquoise. HEX triplet: 4B, E8 and BA. RGB value is (75,232,186). Sum of RGB (Red+Green+Blue) = 75+232+186=493 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.21% from 493); Green value is 232 (91.02% from 255 or 47.06% from 493); Blue value is 186 (73.05% from 255 or 37.73% from 493); Max value from RGB is 232 - color contains mainly: green. Hex color #4BE8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE8BA is #B41745. Grayscale: #B3B3B3. Windows color (decimal): -11802438 or 12249163. OLE color: 12249163.

HSL color Cylindrical-coordinate representation of color #4BE8BA: hue angle of 162.42º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BE8BA is Cyan = 0.68, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 75 232 186 -
CMYK 0.68 0 0.20 0.09
HSL 162.42º 0.77% 0.6% -
HSV(B) 162.42º 0.68% 0.91% -
XYZ 40.62 62.75 56.43 -
YUV 179.81 131.49 53.24 -
System Red Green Blue C M Y K H S L
Decimal 75 232 186 0.68 0 0.20 0.09 162.42 0.77 0.6
Hex 4B E8 BA 44 0 14 9 A2 4D 3C
Octal 113 350 272 104 0 24 11 242 115 74
Binary 1001011 11101000 10111010 1000100 0 10100 1001 10100010 1001101 111100

Color Harmonies of #4BE8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE8BA

Black with #4BE8BA

Text Example


Text Example

White with #4BE8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4BE8BA; }

 p { color: rgb(75,232,186); }

 H1.HeaderClassName
 {
   color: #4BE8BA;
 }
 .AnyTagClassName
 {
   color: #4BE8BA;
 }
</style>

background-color css

<style>
 a { background-color: #4BE8BA; }

 a { background-color: rgb(75,232,186); }

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

border-color css

<style>
 span { border-color: #4BE8BA; }

 span { border-color: rgb(75,232,186); }

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