Html Css Color HEX #4EFFCC Turquoise

📋 copy color: '#4EFFCC'

red 78 ◦ green 255 ◦ blue 204

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

Shades of Turquoise #4EFFCC

Tints of Turquoise #4EFFCC

RGB

 RED value IS 78 (30.86% from 255) = 14.53%

 GREEN value IS 255 (100% from 255) = 47.49%

 BLUE value IS 204 (80.08% from 255) = 37.99%

R = 14.53%
G = 47.49%
B = 37.99%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.2

 K value IS 0

RGB Variations

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

Color information

#4EFFCC (or 0x4EFFCC) is known color: Turquoise. HEX triplet: 4E, FF and CC. RGB value is (78,255,204). Sum of RGB (Red+Green+Blue) = 78+255+204=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCC is #B10033. Grayscale: #C4C4C4. Windows color (decimal): -11599924 or 13434702. OLE color: 13434702.

HSL color Cylindrical-coordinate representation of color #4EFFCC: hue angle of 162.71º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFCC is Cyan = 0.69, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 204 -
CMYK 0.69 0 0.2 0
HSL 162.71º 1% 0.65% -
HSV(B) 162.71º 0.69% 1% -
XYZ 49.8 77.5 69.46 -
YUV 196.26 132.36 43.65 -
System Red Green Blue C M Y K H S L
Decimal 78 255 204 0.69 0 0.2 0 162.71 1 0.65
Hex 4E FF CC 45 0 14 0 A3 64 41
Octal 116 377 314 105 0 24 0 243 144 101
Binary 1001110 11111111 11001100 1000101 0 10100 0 10100011 1100100 1000001

Color Harmonies of #4EFFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFCC

Black with #4EFFCC

Text Example


Text Example

White with #4EFFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,255,204); }

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

background-color css

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

 a { background-color: rgb(78,255,204); }

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

border-color css

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

 span { border-color: rgb(78,255,204); }

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