Html Css Color HEX #4EFFCA Turquoise

📋 copy color: '#4EFFCA'

red 78 ◦ green 255 ◦ blue 202

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

Shades of Turquoise #4EFFCA

Tints of Turquoise #4EFFCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 37.76%

R = 14.58%
G = 47.66%
B = 37.76%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0

RGB Variations

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

Color information

#4EFFCA (or 0x4EFFCA) is known color: Turquoise. HEX triplet: 4E, FF and CA. RGB value is (78,255,202). Sum of RGB (Red+Green+Blue) = 78+255+202=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFCA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFCA is #B10035. Grayscale: #C4C4C4. Windows color (decimal): -11599926 or 13303630. OLE color: 13303630.

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

Color convert

RGB 78 255 202 -
CMYK 0.69 0 0.21 0
HSL 162.03º 1% 0.65% -
HSV(B) 162.03º 0.69% 1% -
XYZ 49.56 77.4 68.21 -
YUV 196.04 131.36 43.81 -
System Red Green Blue C M Y K H S L
Decimal 78 255 202 0.69 0 0.21 0 162.03 1 0.65
Hex 4E FF CA 45 0 15 0 A2 64 41
Octal 116 377 312 105 0 25 0 242 144 101
Binary 1001110 11111111 11001010 1000101 0 10101 0 10100010 1100100 1000001

Color Harmonies of #4EFFCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFCA

Black with #4EFFCA

Text Example


Text Example

White with #4EFFCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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