Html Css Color HEX #4BECB2 Turquoise

📋 copy color: '#4BECB2'

red 75 ◦ green 236 ◦ blue 178

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

Shades of Turquoise #4BECB2

Tints of Turquoise #4BECB2

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.26%

 BLUE value IS 178 (69.92% from 255) = 36.4%

R = 15.34%
G = 48.26%
B = 36.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.25

 K value IS 0.07

RGB Variations

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

Color information

#4BECB2 (or 0x4BECB2) is known color: Turquoise. HEX triplet: 4B, EC and B2. RGB value is (75,236,178). Sum of RGB (Red+Green+Blue) = 75+236+178=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 236 (92.58% from 255 or 48.26% from 489); Blue value is 178 (69.92% from 255 or 36.40% from 489); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECB2 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #4BECB2 is #B4134D. Grayscale: #B5B5B5. Windows color (decimal): -11801422 or 11725899. OLE color: 11725899.

HSL color Cylindrical-coordinate representation of color #4BECB2: hue angle of 158.39º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BECB2 is Cyan = 0.68, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 236 178 -
CMYK 0.68 0 0.25 0.07
HSL 158.39º 0.81% 0.61% -
HSV(B) 158.39º 0.68% 0.93% -
XYZ 40.93 64.7 52.45 -
YUV 181.25 126.16 52.22 -
System Red Green Blue C M Y K H S L
Decimal 75 236 178 0.68 0 0.25 0.07 158.39 0.81 0.61
Hex 4B EC B2 44 0 19 7 9E 51 3D
Octal 113 354 262 104 0 31 7 236 121 75
Binary 1001011 11101100 10110010 1000100 0 11001 111 10011110 1010001 111101

Color Harmonies of #4BECB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECB2

Black with #4BECB2

Text Example


Text Example

White with #4BECB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,236,178); }

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

background-color css

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

 a { background-color: rgb(75,236,178); }

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

border-color css

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

 span { border-color: rgb(75,236,178); }

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