Html Css Color HEX #4EDFF7 Turquoise Blue

📋 copy color: '#4EDFF7'

red 78 ◦ green 223 ◦ blue 247

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

Shades of Turquoise Blue #4EDFF7

Tints of Turquoise Blue #4EDFF7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.69%

 BLUE value IS 247 (96.88% from 255) = 45.07%

R = 14.23%
G = 40.69%
B = 45.07%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#4EDFF7 (or 0x4EDFF7) is known color: Turquoise Blue. HEX triplet: 4E, DF and F7. RGB value is (78,223,247). Sum of RGB (Red+Green+Blue) = 78+223+247=548 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.23% from 548); Green value is 223 (87.5% from 255 or 40.69% from 548); Blue value is 247 (96.88% from 255 or 45.07% from 548); Max value from RGB is 247 - color contains mainly: blue. Hex color #4EDFF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFF7 is #B12008. Grayscale: #B6B6B6. Windows color (decimal): -11608073 or 16244558. OLE color: 16244558.

HSL color Cylindrical-coordinate representation of color #4EDFF7: hue angle of 188.52º 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 #4EDFF7 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 223 247 -
CMYK 0.68 0.10 0 0.03
HSL 188.52º 0.91% 0.64% -
HSV(B) 188.52º 0.68% 0.97% -
XYZ 46.32 61.11 97.35 -
YUV 182.38 164.46 53.55 -
System Red Green Blue C M Y K H S L
Decimal 78 223 247 0.68 0.10 0 0.03 188.52 0.91 0.64
Hex 4E DF F7 44 A 0 3 BD 5B 40
Octal 116 337 367 104 12 0 3 275 133 100
Binary 1001110 11011111 11110111 1000100 1010 0 11 10111101 1011011 1000000

Color Harmonies of #4EDFF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFF7

Black with #4EDFF7

Text Example


Text Example

White with #4EDFF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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