Html Css Color HEX #4BE0BD Turquoise

📋 copy color: '#4BE0BD'

red 75 ◦ green 224 ◦ blue 189

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

Shades of Turquoise #4BE0BD

Tints of Turquoise #4BE0BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.73%

R = 15.37%
G = 45.9%
B = 38.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.16

 K value IS 0.12

RGB Variations

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

Color information

#4BE0BD (or 0x4BE0BD) is known color: Turquoise. HEX triplet: 4B, E0 and BD. RGB value is (75,224,189). Sum of RGB (Red+Green+Blue) = 75+224+189=488 (64% of max value = 765). Red value is 75 (29.69% from 255 or 15.37% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #4BE0BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BE0BD is #B41F42. Grayscale: #AFAFAF. Windows color (decimal): -11804483 or 12443723. OLE color: 12443723.

HSL color Cylindrical-coordinate representation of color #4BE0BD: hue angle of 165.91º 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 #4BE0BD is Cyan = 0.67, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB 75 224 189 -
CMYK 0.67 0 0.16 0.12
HSL 165.91º 0.71% 0.59% -
HSV(B) 165.91º 0.67% 0.88% -
XYZ 38.74 58.48 57.39 -
YUV 175.46 135.64 56.35 -
System Red Green Blue C M Y K H S L
Decimal 75 224 189 0.67 0 0.16 0.12 165.91 0.71 0.59
Hex 4B E0 BD 43 0 10 C A6 47 3B
Octal 113 340 275 103 0 20 14 246 107 73
Binary 1001011 11100000 10111101 1000011 0 10000 1100 10100110 1000111 111011

Color Harmonies of #4BE0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BE0BD

Black with #4BE0BD

Text Example


Text Example

White with #4BE0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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