Html Css Color HEX #4BECBB Turquoise

📋 copy color: '#4BECBB'

red 75 ◦ green 236 ◦ blue 187

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

Shades of Turquoise #4BECBB

Tints of Turquoise #4BECBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 37.55%

R = 15.06%
G = 47.39%
B = 37.55%

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

#4BECBB (or 0x4BECBB) is known color: Turquoise. HEX triplet: 4B, EC and BB. RGB value is (75,236,187). Sum of RGB (Red+Green+Blue) = 75+236+187=498 (65% of max value = 765). Red value is 75 (29.69% from 255 or 15.06% from 498); Green value is 236 (92.58% from 255 or 47.39% from 498); Blue value is 187 (73.44% from 255 or 37.55% from 498); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECBB is #B41344. Grayscale: #B6B6B6. Windows color (decimal): -11801413 or 12315723. OLE color: 12315723.

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

Color convert

RGB 75 236 187 -
CMYK 0.68 0 0.21 0.07
HSL 161.74º 0.81% 0.61% -
HSV(B) 161.74º 0.68% 0.93% -
XYZ 41.87 65.07 57.37 -
YUV 182.28 130.66 51.48 -
System Red Green Blue C M Y K H S L
Decimal 75 236 187 0.68 0 0.21 0.07 161.74 0.81 0.61
Hex 4B EC BB 44 0 15 7 A2 51 3D
Octal 113 354 273 104 0 25 7 242 121 75
Binary 1001011 11101100 10111011 1000100 0 10101 111 10100010 1010001 111101

Color Harmonies of #4BECBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECBB

Black with #4BECBB

Text Example


Text Example

White with #4BECBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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