Html Css Color HEX #4BE6B3 Turquoise

📋 copy color: '#4BE6B3'

red 75 ◦ green 230 ◦ blue 179

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

Shades of Turquoise #4BE6B3

Tints of Turquoise #4BE6B3

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.52%

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

R = 15.5%
G = 47.52%
B = 36.98%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.22

 K value IS 0.10

RGB Variations

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

Color information

#4BE6B3 (or 0x4BE6B3) is known color: Turquoise. HEX triplet: 4B, E6 and B3. RGB value is (75,230,179). Sum of RGB (Red+Green+Blue) = 75+230+179=484 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.50% from 484); Green value is 230 (90.23% from 255 or 47.52% from 484); Blue value is 179 (70.31% from 255 or 36.98% from 484); Max value from RGB is 230 - color contains mainly: green. Hex color #4BE6B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BE6B3 is #B4194C. Grayscale: #B1B1B1. Windows color (decimal): -11802957 or 11789899. OLE color: 11789899.

HSL color Cylindrical-coordinate representation of color #4BE6B3: hue angle of 160.26º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE6B3 is Cyan = 0.67, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.10.

Color convert

RGB 75 230 179 -
CMYK 0.67 0 0.22 0.10
HSL 160.26º 0.76% 0.6% -
HSV(B) 160.26º 0.67% 0.9% -
XYZ 39.34 61.34 52.42 -
YUV 177.84 128.65 54.65 -
System Red Green Blue C M Y K H S L
Decimal 75 230 179 0.67 0 0.22 0.10 160.26 0.76 0.6
Hex 4B E6 B3 43 0 16 A A0 4C 3C
Octal 113 346 263 103 0 26 12 240 114 74
Binary 1001011 11100110 10110011 1000011 0 10110 1010 10100000 1001100 111100

Color Harmonies of #4BE6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE6B3

Black with #4BE6B3

Text Example


Text Example

White with #4BE6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,230,179); }

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

background-color css

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

 a { background-color: rgb(75,230,179); }

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

border-color css

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

 span { border-color: rgb(75,230,179); }

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