Html Css Color HEX #4EFFDA Turquoise

📋 copy color: '#4EFFDA'

red 78 ◦ green 255 ◦ blue 218

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

Shades of Turquoise #4EFFDA

Tints of Turquoise #4EFFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.56%

R = 14.16%
G = 46.28%
B = 39.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.15

 K value IS 0

RGB Variations

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

Color information

#4EFFDA (or 0x4EFFDA) is known color: Turquoise. HEX triplet: 4E, FF and DA. RGB value is (78,255,218). Sum of RGB (Red+Green+Blue) = 78+255+218=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 255 (100% from 255 or 46.28% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFDA is #B10025. Grayscale: #C5C5C5. Windows color (decimal): -11599910 or 14352206. OLE color: 14352206.

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

Color convert

RGB 78 255 218 -
CMYK 0.69 0 0.15 0
HSL 167.46º 1% 0.65% -
HSV(B) 167.46º 0.69% 1% -
XYZ 51.56 78.2 78.71 -
YUV 197.86 139.36 42.51 -
System Red Green Blue C M Y K H S L
Decimal 78 255 218 0.69 0 0.15 0 167.46 1 0.65
Hex 4E FF DA 45 0 F 0 A7 64 41
Octal 116 377 332 105 0 17 0 247 144 101
Binary 1001110 11111111 11011010 1000101 0 1111 0 10100111 1100100 1000001

Color Harmonies of #4EFFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFDA

Black with #4EFFDA

Text Example


Text Example

White with #4EFFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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