Html Css Color HEX #4BECBE Turquoise

📋 copy color: '#4BECBE'

red 75 ◦ green 236 ◦ blue 190

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

Shades of Turquoise #4BECBE

Tints of Turquoise #4BECBE

RGB

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

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

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

R = 14.97%
G = 47.11%
B = 37.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#4BECBE (or 0x4BECBE) is known color: Turquoise. HEX triplet: 4B, EC and BE. RGB value is (75,236,190). Sum of RGB (Red+Green+Blue) = 75+236+190=501 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.97% from 501); Green value is 236 (92.58% from 255 or 47.11% from 501); Blue value is 190 (74.61% from 255 or 37.92% from 501); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECBE is #B41341. Grayscale: #B6B6B6. Windows color (decimal): -11801410 or 12512331. OLE color: 12512331.

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

Color convert

RGB 75 236 190 -
CMYK 0.68 0 0.19 0.07
HSL 162.86º 0.81% 0.61% -
HSV(B) 162.86º 0.68% 0.93% -
XYZ 42.19 65.2 59.08 -
YUV 182.62 132.16 51.24 -
System Red Green Blue C M Y K H S L
Decimal 75 236 190 0.68 0 0.19 0.07 162.86 0.81 0.61
Hex 4B EC BE 44 0 13 7 A3 51 3D
Octal 113 354 276 104 0 23 7 243 121 75
Binary 1001011 11101100 10111110 1000100 0 10011 111 10100011 1010001 111101

Color Harmonies of #4BECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECBE

Black with #4BECBE

Text Example


Text Example

White with #4BECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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