Html Css Color HEX #4EFACF Turquoise

📋 copy color: '#4EFACF'

red 78 ◦ green 250 ◦ blue 207

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

Shades of Turquoise #4EFACF

Tints of Turquoise #4EFACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 38.69%

R = 14.58%
G = 46.73%
B = 38.69%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.17

 K value IS 0.02

RGB Variations

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

Color information

#4EFACF (or 0x4EFACF) is known color: Turquoise. HEX triplet: 4E, FA and CF. RGB value is (78,250,207). Sum of RGB (Red+Green+Blue) = 78+250+207=535 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.58% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFACF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFACF is #B10530. Grayscale: #C1C1C1. Windows color (decimal): -11601201 or 13630030. OLE color: 13630030.

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

Color convert

RGB 78 250 207 -
CMYK 0.69 0 0.17 0.02
HSL 165º 0.95% 0.64% -
HSV(B) 165º 0.69% 0.98% -
XYZ 48.59 74.5 70.85 -
YUV 193.67 135.52 45.5 -
System Red Green Blue C M Y K H S L
Decimal 78 250 207 0.69 0 0.17 0.02 165 0.95 0.64
Hex 4E FA CF 45 0 11 2 A5 5F 40
Octal 116 372 317 105 0 21 2 245 137 100
Binary 1001110 11111010 11001111 1000101 0 10001 10 10100101 1011111 1000000

Color Harmonies of #4EFACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFACF

Black with #4EFACF

Text Example


Text Example

White with #4EFACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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