Html Css Color HEX #4BECBA Turquoise

📋 copy color: '#4BECBA'

red 75 ◦ green 236 ◦ blue 186

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

Shades of Turquoise #4BECBA

Tints of Turquoise #4BECBA

RGB

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

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

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

R = 15.09%
G = 47.48%
B = 37.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#4BECBA (or 0x4BECBA) is known color: Turquoise. HEX triplet: 4B, EC and BA. RGB value is (75,236,186). Sum of RGB (Red+Green+Blue) = 75+236+186=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECBA is #B41345. Grayscale: #B6B6B6. Windows color (decimal): -11801414 or 12250187. OLE color: 12250187.

HSL color Cylindrical-coordinate representation of color #4BECBA: hue angle of 161.37º 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 #4BECBA is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 75 236 186 -
CMYK 0.68 0 0.21 0.07
HSL 161.37º 0.81% 0.61% -
HSV(B) 161.37º 0.68% 0.93% -
XYZ 41.76 65.03 56.81 -
YUV 182.16 130.16 51.57 -
System Red Green Blue C M Y K H S L
Decimal 75 236 186 0.68 0 0.21 0.07 161.37 0.81 0.61
Hex 4B EC BA 44 0 15 7 A1 51 3D
Octal 113 354 272 104 0 25 7 241 121 75
Binary 1001011 11101100 10111010 1000100 0 10101 111 10100001 1010001 111101

Color Harmonies of #4BECBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECBA

Black with #4BECBA

Text Example


Text Example

White with #4BECBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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