Html Css Color HEX #4CEFC8 Turquoise

📋 copy color: '#4CEFC8'

red 76 ◦ green 239 ◦ blue 200

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

Shades of Turquoise #4CEFC8

Tints of Turquoise #4CEFC8

RGB

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

 GREEN value IS 239 (93.75% from 255) = 46.41%

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

R = 14.76%
G = 46.41%
B = 38.83%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#4CEFC8 (or 0x4CEFC8) is known color: Turquoise. HEX triplet: 4C, EF and C8. RGB value is (76,239,200). Sum of RGB (Red+Green+Blue) = 76+239+200=515 (68% of max value = 765). Red value is 76 (30.08% from 255 or 14.76% from 515); Green value is 239 (93.75% from 255 or 46.41% from 515); Blue value is 200 (78.52% from 255 or 38.83% from 515); Max value from RGB is 239 - color contains mainly: green. Hex color #4CEFC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #4CEFC8 is #B31037. Grayscale: #B9B9B9. Windows color (decimal): -11735096 or 13168460. OLE color: 13168460.

HSL color Cylindrical-coordinate representation of color #4CEFC8: hue angle of 165.64º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CEFC8 is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 76 239 200 -
CMYK 0.68 0 0.16 0.06
HSL 165.64º 0.84% 0.62% -
HSV(B) 165.64º 0.68% 0.94% -
XYZ 44.27 67.44 65.33 -
YUV 185.82 136 49.67 -
System Red Green Blue C M Y K H S L
Decimal 76 239 200 0.68 0 0.16 0.06 165.64 0.84 0.62
Hex 4C EF C8 44 0 10 6 A6 54 3E
Octal 114 357 310 104 0 20 6 246 124 76
Binary 1001100 11101111 11001000 1000100 0 10000 110 10100110 1010100 111110

Color Harmonies of #4CEFC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CEFC8

Black with #4CEFC8

Text Example


Text Example

White with #4CEFC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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