Html Css Color HEX #4CEBC9 Turquoise

📋 copy color: '#4CEBC9'

red 76 ◦ green 235 ◦ blue 201

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

Shades of Turquoise #4CEBC9

Tints of Turquoise #4CEBC9

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.9%

 BLUE value IS 201 (78.91% from 255) = 39.26%

R = 14.84%
G = 45.9%
B = 39.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#4CEBC9 (or 0x4CEBC9) is known color: Turquoise. HEX triplet: 4C, EB and C9. RGB value is (76,235,201). Sum of RGB (Red+Green+Blue) = 76+235+201=512 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.84% from 512); Green value is 235 (92.19% from 255 or 45.90% from 512); Blue value is 201 (78.91% from 255 or 39.26% from 512); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBC9 is #B31436. Grayscale: #B7B7B7. Windows color (decimal): -11736119 or 13232972. OLE color: 13232972.

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

Color convert

RGB 76 235 201 -
CMYK 0.68 0 0.14 0.08
HSL 167.17º 0.8% 0.61% -
HSV(B) 167.17º 0.68% 0.92% -
XYZ 43.23 65.17 65.56 -
YUV 183.58 137.82 51.26 -
System Red Green Blue C M Y K H S L
Decimal 76 235 201 0.68 0 0.14 0.08 167.17 0.8 0.61
Hex 4C EB C9 44 0 E 8 A7 50 3D
Octal 114 353 311 104 0 16 10 247 120 75
Binary 1001100 11101011 11001001 1000100 0 1110 1000 10100111 1010000 111101

Color Harmonies of #4CEBC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBC9

Black with #4CEBC9

Text Example


Text Example

White with #4CEBC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,235,201); }

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

background-color css

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

 a { background-color: rgb(76,235,201); }

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

border-color css

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

 span { border-color: rgb(76,235,201); }

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