Html Css Color HEX #4CEBC8 Turquoise

📋 copy color: '#4CEBC8'

red 76 ◦ green 235 ◦ blue 200

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

Shades of Turquoise #4CEBC8

Tints of Turquoise #4CEBC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.14%

R = 14.87%
G = 45.99%
B = 39.14%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#4CEBC8 (or 0x4CEBC8) is known color: Turquoise. HEX triplet: 4C, EB and C8. RGB value is (76,235,200). Sum of RGB (Red+Green+Blue) = 76+235+200=511 (67% of max value = 765). Red value is 76 (30.08% from 255 or 14.87% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #4CEBC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEBC8 is #B31437. Grayscale: #B7B7B7. Windows color (decimal): -11736120 or 13167436. OLE color: 13167436.

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

Color convert

RGB 76 235 200 -
CMYK 0.68 0 0.15 0.08
HSL 166.79º 0.8% 0.61% -
HSV(B) 166.79º 0.68% 0.92% -
XYZ 43.11 65.12 64.94 -
YUV 183.47 137.32 51.35 -
System Red Green Blue C M Y K H S L
Decimal 76 235 200 0.68 0 0.15 0.08 166.79 0.8 0.61
Hex 4C EB C8 44 0 F 8 A7 50 3D
Octal 114 353 310 104 0 17 10 247 120 75
Binary 1001100 11101011 11001000 1000100 0 1111 1000 10100111 1010000 111101

Color Harmonies of #4CEBC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEBC8

Black with #4CEBC8

Text Example


Text Example

White with #4CEBC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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