Html Css Color HEX #4BEDB9 Turquoise

📋 copy color: '#4BEDB9'

red 75 ◦ green 237 ◦ blue 185

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

Shades of Turquoise #4BEDB9

Tints of Turquoise #4BEDB9

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.69%

 BLUE value IS 185 (72.66% from 255) = 37.22%

R = 15.09%
G = 47.69%
B = 37.22%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#4BEDB9 (or 0x4BEDB9) is known color: Turquoise. HEX triplet: 4B, ED and B9. RGB value is (75,237,185). Sum of RGB (Red+Green+Blue) = 75+237+185=497 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.09% from 497); Green value is 237 (92.97% from 255 or 47.69% from 497); Blue value is 185 (72.66% from 255 or 37.22% from 497); Max value from RGB is 237 - color contains mainly: green. Hex color #4BEDB9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEDB9 is #B41246. Grayscale: #B6B6B6. Windows color (decimal): -11801159 or 12184907. OLE color: 12184907.

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

Color convert

RGB 75 237 185 -
CMYK 0.68 0 0.22 0.07
HSL 160.74º 0.82% 0.61% -
HSV(B) 160.74º 0.68% 0.93% -
XYZ 41.94 65.57 56.34 -
YUV 182.63 129.33 51.23 -
System Red Green Blue C M Y K H S L
Decimal 75 237 185 0.68 0 0.22 0.07 160.74 0.82 0.61
Hex 4B ED B9 44 0 16 7 A1 52 3D
Octal 113 355 271 104 0 26 7 241 122 75
Binary 1001011 11101101 10111001 1000100 0 10110 111 10100001 1010010 111101

Color Harmonies of #4BEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEDB9

Black with #4BEDB9

Text Example


Text Example

White with #4BEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,237,185); }

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

background-color css

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

 a { background-color: rgb(75,237,185); }

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

border-color css

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

 span { border-color: rgb(75,237,185); }

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