Html Css Color HEX #4CEABF Turquoise

📋 copy color: '#4CEABF'

red 76 ◦ green 234 ◦ blue 191

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

Shades of Turquoise #4CEABF

Tints of Turquoise #4CEABF

RGB

 RED value IS 76 (30.08% from 255) = 15.17%

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

 BLUE value IS 191 (75% from 255) = 38.12%

R = 15.17%
G = 46.71%
B = 38.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#4CEABF (or 0x4CEABF) is known color: Turquoise. HEX triplet: 4C, EA and BF. RGB value is (76,234,191). Sum of RGB (Red+Green+Blue) = 76+234+191=501 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.17% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #4CEABF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEABF is #B31540. Grayscale: #B5B5B5. Windows color (decimal): -11736385 or 12577356. OLE color: 12577356.

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

Color convert

RGB 76 234 191 -
CMYK 0.68 0 0.18 0.08
HSL 163.67º 0.79% 0.61% -
HSV(B) 163.67º 0.68% 0.92% -
XYZ 41.81 64.14 59.47 -
YUV 181.86 133.15 52.5 -
System Red Green Blue C M Y K H S L
Decimal 76 234 191 0.68 0 0.18 0.08 163.67 0.79 0.61
Hex 4C EA BF 44 0 12 8 A4 4F 3D
Octal 114 352 277 104 0 22 10 244 117 75
Binary 1001100 11101010 10111111 1000100 0 10010 1000 10100100 1001111 111101

Color Harmonies of #4CEABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEABF

Black with #4CEABF

Text Example


Text Example

White with #4CEABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,234,191); }

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

background-color css

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

 a { background-color: rgb(76,234,191); }

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

border-color css

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

 span { border-color: rgb(76,234,191); }

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