Html Css Color HEX #4BE0BE Turquoise

📋 copy color: '#4BE0BE'

red 75 ◦ green 224 ◦ blue 190

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

Shades of Turquoise #4BE0BE

Tints of Turquoise #4BE0BE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.81%

 BLUE value IS 190 (74.61% from 255) = 38.85%

R = 15.34%
G = 45.81%
B = 38.85%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#4BE0BE (or 0x4BE0BE) is known color: Turquoise. HEX triplet: 4B, E0 and BE. RGB value is (75,224,190). Sum of RGB (Red+Green+Blue) = 75+224+190=489 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.34% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0BE is #B41F41. Grayscale: #AFAFAF. Windows color (decimal): -11804482 or 12509259. OLE color: 12509259.

HSL color Cylindrical-coordinate representation of color #4BE0BE: hue angle of 166.31º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4BE0BE is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 224 190 -
CMYK 0.67 0 0.15 0.12
HSL 166.31º 0.71% 0.59% -
HSV(B) 166.31º 0.67% 0.88% -
XYZ 38.85 58.52 57.96 -
YUV 175.57 136.14 56.26 -
System Red Green Blue C M Y K H S L
Decimal 75 224 190 0.67 0 0.15 0.12 166.31 0.71 0.59
Hex 4B E0 BE 43 0 F C A6 47 3B
Octal 113 340 276 103 0 17 14 246 107 73
Binary 1001011 11100000 10111110 1000011 0 1111 1100 10100110 1000111 111011

Color Harmonies of #4BE0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE0BE

Black with #4BE0BE

Text Example


Text Example

White with #4BE0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,224,190); }

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

background-color css

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

 a { background-color: rgb(75,224,190); }

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

border-color css

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

 span { border-color: rgb(75,224,190); }

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