Html Css Color HEX #4BECC2 Turquoise

📋 copy color: '#4BECC2'

red 75 ◦ green 236 ◦ blue 194

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

Shades of Turquoise #4BECC2

Tints of Turquoise #4BECC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 38.42%

R = 14.85%
G = 46.73%
B = 38.42%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#4BECC2 (or 0x4BECC2) is known color: Turquoise. HEX triplet: 4B, EC and C2. RGB value is (75,236,194). Sum of RGB (Red+Green+Blue) = 75+236+194=505 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.85% from 505); Green value is 236 (92.58% from 255 or 46.73% from 505); Blue value is 194 (76.17% from 255 or 38.42% from 505); Max value from RGB is 236 - color contains mainly: green. Hex color #4BECC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BECC2 is #B4133D. Grayscale: #B7B7B7. Windows color (decimal): -11801406 or 12774475. OLE color: 12774475.

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

Color convert

RGB 75 236 194 -
CMYK 0.68 0 0.18 0.07
HSL 164.35º 0.81% 0.61% -
HSV(B) 164.35º 0.68% 0.93% -
XYZ 42.63 65.38 61.41 -
YUV 183.07 134.16 50.92 -
System Red Green Blue C M Y K H S L
Decimal 75 236 194 0.68 0 0.18 0.07 164.35 0.81 0.61
Hex 4B EC C2 44 0 12 7 A4 51 3D
Octal 113 354 302 104 0 22 7 244 121 75
Binary 1001011 11101100 11000010 1000100 0 10010 111 10100100 1010001 111101

Color Harmonies of #4BECC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BECC2

Black with #4BECC2

Text Example


Text Example

White with #4BECC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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