Html Css Color HEX #4BEAC5 Turquoise

📋 copy color: '#4BEAC5'

red 75 ◦ green 234 ◦ blue 197

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

Shades of Turquoise #4BEAC5

Tints of Turquoise #4BEAC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 38.93%

R = 14.82%
G = 46.25%
B = 38.93%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.08

RGB Variations

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

Color information

#4BEAC5 (or 0x4BEAC5) is known color: Turquoise. HEX triplet: 4B, EA and C5. RGB value is (75,234,197). Sum of RGB (Red+Green+Blue) = 75+234+197=506 (67% of max value = 765). Red value is 75 (29.69% from 255 or 14.82% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #4BEAC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4BEAC5 is #B4153A. Grayscale: #B6B6B6. Windows color (decimal): -11801915 or 12970571. OLE color: 12970571.

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

Color convert

RGB 75 234 197 -
CMYK 0.68 0 0.16 0.08
HSL 166.04º 0.79% 0.61% -
HSV(B) 166.04º 0.68% 0.92% -
XYZ 42.4 64.37 63.01 -
YUV 182.24 136.32 51.51 -
System Red Green Blue C M Y K H S L
Decimal 75 234 197 0.68 0 0.16 0.08 166.04 0.79 0.61
Hex 4B EA C5 44 0 10 8 A6 4F 3D
Octal 113 352 305 104 0 20 10 246 117 75
Binary 1001011 11101010 11000101 1000100 0 10000 1000 10100110 1001111 111101

Color Harmonies of #4BEAC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4BEAC5

Black with #4BEAC5

Text Example


Text Example

White with #4BEAC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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