Html Css Color HEX #4EF7CF Turquoise

📋 copy color: '#4EF7CF'

red 78 ◦ green 247 ◦ blue 207

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

Shades of Turquoise #4EF7CF

Tints of Turquoise #4EF7CF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.43%

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

R = 14.66%
G = 46.43%
B = 38.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.16

 K value IS 0.03

RGB Variations

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

Color information

#4EF7CF (or 0x4EF7CF) is known color: Turquoise. HEX triplet: 4E, F7 and CF. RGB value is (78,247,207). Sum of RGB (Red+Green+Blue) = 78+247+207=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #4EF7CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF7CF is #B10830. Grayscale: #BFBFBF. Windows color (decimal): -11601969 or 13629262. OLE color: 13629262.

HSL color Cylindrical-coordinate representation of color #4EF7CF: hue angle of 165.8º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4EF7CF is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 247 207 -
CMYK 0.68 0 0.16 0.03
HSL 165.8º 0.91% 0.64% -
HSV(B) 165.8º 0.68% 0.97% -
XYZ 47.67 72.65 70.54 -
YUV 191.91 136.51 46.75 -
System Red Green Blue C M Y K H S L
Decimal 78 247 207 0.68 0 0.16 0.03 165.8 0.91 0.64
Hex 4E F7 CF 44 0 10 3 A6 5B 40
Octal 116 367 317 104 0 20 3 246 133 100
Binary 1001110 11110111 11001111 1000100 0 10000 11 10100110 1011011 1000000

Color Harmonies of #4EF7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF7CF

Black with #4EF7CF

Text Example


Text Example

White with #4EF7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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