Html Css Color HEX #4EFACA Turquoise

📋 copy color: '#4EFACA'

red 78 ◦ green 250 ◦ blue 202

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

Shades of Turquoise #4EFACA

Tints of Turquoise #4EFACA

RGB

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

 GREEN value IS 250 (98.05% from 255) = 47.17%

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

R = 14.72%
G = 47.17%
B = 38.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#4EFACA (or 0x4EFACA) is known color: Turquoise. HEX triplet: 4E, FA and CA. RGB value is (78,250,202). Sum of RGB (Red+Green+Blue) = 78+250+202=530 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.72% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFACA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFACA is #B10535. Grayscale: #C1C1C1. Windows color (decimal): -11601206 or 13302350. OLE color: 13302350.

HSL color Cylindrical-coordinate representation of color #4EFACA: hue angle of 163.26º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFACA is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 202 -
CMYK 0.69 0 0.19 0.02
HSL 163.26º 0.95% 0.64% -
HSV(B) 163.26º 0.69% 0.98% -
XYZ 47.99 74.26 67.68 -
YUV 193.1 133.02 45.9 -
System Red Green Blue C M Y K H S L
Decimal 78 250 202 0.69 0 0.19 0.02 163.26 0.95 0.64
Hex 4E FA CA 45 0 13 2 A3 5F 40
Octal 116 372 312 105 0 23 2 243 137 100
Binary 1001110 11111010 11001010 1000101 0 10011 10 10100011 1011111 1000000

Color Harmonies of #4EFACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFACA

Black with #4EFACA

Text Example


Text Example

White with #4EFACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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