Html Css Color HEX #4EFACB Turquoise

📋 copy color: '#4EFACB'

red 78 ◦ green 250 ◦ blue 203

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

Shades of Turquoise #4EFACB

Tints of Turquoise #4EFACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 38.23%

R = 14.69%
G = 47.08%
B = 38.23%

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

#4EFACB (or 0x4EFACB) is known color: Turquoise. HEX triplet: 4E, FA and CB. RGB value is (78,250,203). Sum of RGB (Red+Green+Blue) = 78+250+203=531 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.69% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFACB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFACB is #B10534. Grayscale: #C1C1C1. Windows color (decimal): -11601205 or 13367886. OLE color: 13367886.

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

Color convert

RGB 78 250 203 -
CMYK 0.69 0 0.19 0.02
HSL 163.6º 0.95% 0.64% -
HSV(B) 163.6º 0.69% 0.98% -
XYZ 48.11 74.3 68.31 -
YUV 193.21 133.52 45.82 -
System Red Green Blue C M Y K H S L
Decimal 78 250 203 0.69 0 0.19 0.02 163.6 0.95 0.64
Hex 4E FA CB 45 0 13 2 A4 5F 40
Octal 116 372 313 105 0 23 2 244 137 100
Binary 1001110 11111010 11001011 1000101 0 10011 10 10100100 1011111 1000000

Color Harmonies of #4EFACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFACB

Black with #4EFACB

Text Example


Text Example

White with #4EFACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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