Html Css Color HEX #4EFFCE Turquoise

📋 copy color: '#4EFFCE'

red 78 ◦ green 255 ◦ blue 206

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

Shades of Turquoise #4EFFCE

Tints of Turquoise #4EFFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.22%

R = 14.47%
G = 47.31%
B = 38.22%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0

RGB Variations

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

Color information

#4EFFCE (or 0x4EFFCE) is known color: Turquoise. HEX triplet: 4E, FF and CE. RGB value is (78,255,206). Sum of RGB (Red+Green+Blue) = 78+255+206=539 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.47% from 539); Green value is 255 (100% from 255 or 47.31% from 539); Blue value is 206 (80.86% from 255 or 38.22% from 539); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCE is #B10031. Grayscale: #C4C4C4. Windows color (decimal): -11599922 or 13565774. OLE color: 13565774.

HSL color Cylindrical-coordinate representation of color #4EFFCE: hue angle of 163.39º 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 #4EFFCE is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 206 -
CMYK 0.69 0 0.19 0
HSL 163.39º 1% 0.65% -
HSV(B) 163.39º 0.69% 1% -
XYZ 50.04 77.6 70.73 -
YUV 196.49 133.36 43.48 -
System Red Green Blue C M Y K H S L
Decimal 78 255 206 0.69 0 0.19 0 163.39 1 0.65
Hex 4E FF CE 45 0 13 0 A3 64 41
Octal 116 377 316 105 0 23 0 243 144 101
Binary 1001110 11111111 11001110 1000101 0 10011 0 10100011 1100100 1000001

Color Harmonies of #4EFFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFCE

Black with #4EFFCE

Text Example


Text Example

White with #4EFFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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