Html Css Color HEX #4BEFBA Turquoise

📋 copy color: '#4BEFBA'

red 75 ◦ green 239 ◦ blue 186

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

Shades of Turquoise #4BEFBA

Tints of Turquoise #4BEFBA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.8%

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

R = 15%
G = 47.8%
B = 37.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#4BEFBA (or 0x4BEFBA) is known color: Turquoise. HEX triplet: 4B, EF and BA. RGB value is (75,239,186). Sum of RGB (Red+Green+Blue) = 75+239+186=500 (66% of max value = 765). Red value is 75 (29.69% from 255 or 15% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #4BEFBA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEFBA is #B41045. Grayscale: #B7B7B7. Windows color (decimal): -11800646 or 12250955. OLE color: 12250955.

HSL color Cylindrical-coordinate representation of color #4BEFBA: hue angle of 160.61º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4BEFBA is Cyan = 0.69, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 75 239 186 -
CMYK 0.69 0 0.22 0.06
HSL 160.61º 0.84% 0.62% -
HSV(B) 160.61º 0.69% 0.94% -
XYZ 42.63 66.77 57.1 -
YUV 183.92 129.17 50.31 -
System Red Green Blue C M Y K H S L
Decimal 75 239 186 0.69 0 0.22 0.06 160.61 0.84 0.62
Hex 4B EF BA 45 0 16 6 A1 54 3E
Octal 113 357 272 105 0 26 6 241 124 76
Binary 1001011 11101111 10111010 1000101 0 10110 110 10100001 1010100 111110

Color Harmonies of #4BEFBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEFBA

Black with #4BEFBA

Text Example


Text Example

White with #4BEFBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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