Html Css Color HEX #4BEAC2 Turquoise

📋 copy color: '#4BEAC2'

red 75 ◦ green 234 ◦ blue 194

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

Shades of Turquoise #4BEAC2

Tints of Turquoise #4BEAC2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.52%

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

R = 14.91%
G = 46.52%
B = 38.57%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#4BEAC2 (or 0x4BEAC2) is known color: Turquoise. HEX triplet: 4B, EA and C2. RGB value is (75,234,194). Sum of RGB (Red+Green+Blue) = 75+234+194=503 (66% of max value = 765). Red value is 75 (29.69% from 255 or 14.91% from 503); Green value is 234 (91.80% from 255 or 46.52% from 503); Blue value is 194 (76.17% from 255 or 38.57% from 503); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAC2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEAC2 is #B4153D. Grayscale: #B5B5B5. Windows color (decimal): -11801918 or 12773963. OLE color: 12773963.

HSL color Cylindrical-coordinate representation of color #4BEAC2: hue angle of 164.91º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4BEAC2 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 75 234 194 -
CMYK 0.68 0 0.17 0.08
HSL 164.91º 0.79% 0.61% -
HSV(B) 164.91º 0.68% 0.92% -
XYZ 42.06 64.24 61.22 -
YUV 181.9 134.82 51.75 -
System Red Green Blue C M Y K H S L
Decimal 75 234 194 0.68 0 0.17 0.08 164.91 0.79 0.61
Hex 4B EA C2 44 0 11 8 A5 4F 3D
Octal 113 352 302 104 0 21 10 245 117 75
Binary 1001011 11101010 11000010 1000100 0 10001 1000 10100101 1001111 111101

Color Harmonies of #4BEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEAC2

Black with #4BEAC2

Text Example


Text Example

White with #4BEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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