Html Css Color HEX #4EFFCD Turquoise

📋 copy color: '#4EFFCD'

red 78 ◦ green 255 ◦ blue 205

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

Shades of Turquoise #4EFFCD

Tints of Turquoise #4EFFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 38.1%

R = 14.5%
G = 47.4%
B = 38.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0

RGB Variations

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

Color information

#4EFFCD (or 0x4EFFCD) is known color: Turquoise. HEX triplet: 4E, FF and CD. RGB value is (78,255,205). Sum of RGB (Red+Green+Blue) = 78+255+205=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 255 (100% from 255 or 47.40% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCD is #B10032. Grayscale: #C4C4C4. Windows color (decimal): -11599923 or 13500238. OLE color: 13500238.

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

Color convert

RGB 78 255 205 -
CMYK 0.69 0 0.20 0
HSL 163.05º 1% 0.65% -
HSV(B) 163.05º 0.69% 1% -
XYZ 49.92 77.55 70.09 -
YUV 196.38 132.86 43.57 -
System Red Green Blue C M Y K H S L
Decimal 78 255 205 0.69 0 0.20 0 163.05 1 0.65
Hex 4E FF CD 45 0 14 0 A3 64 41
Octal 116 377 315 105 0 24 0 243 144 101
Binary 1001110 11111111 11001101 1000101 0 10100 0 10100011 1100100 1000001

Color Harmonies of #4EFFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFCD

Black with #4EFFCD

Text Example


Text Example

White with #4EFFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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