Html Css Color HEX #4EDFEF Turquoise Blue

📋 copy color: '#4EDFEF'

red 78 ◦ green 223 ◦ blue 239

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

Shades of Turquoise Blue #4EDFEF

Tints of Turquoise Blue #4EDFEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 44.26%

R = 14.44%
G = 41.3%
B = 44.26%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4EDFEF (or 0x4EDFEF) is known color: Turquoise Blue. HEX triplet: 4E, DF and EF. RGB value is (78,223,239). Sum of RGB (Red+Green+Blue) = 78+223+239=540 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.44% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #4EDFEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFEF is #B12010. Grayscale: #B5B5B5. Windows color (decimal): -11608081 or 15720270. OLE color: 15720270.

HSL color Cylindrical-coordinate representation of color #4EDFEF: hue angle of 185.96º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDFEF is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 78 223 239 -
CMYK 0.67 0.07 0 0.06
HSL 185.96º 0.83% 0.62% -
HSV(B) 185.96º 0.67% 0.94% -
XYZ 45.11 60.63 90.99 -
YUV 181.47 160.46 54.2 -
System Red Green Blue C M Y K H S L
Decimal 78 223 239 0.67 0.07 0 0.06 185.96 0.83 0.62
Hex 4E DF EF 43 7 0 6 BA 53 3E
Octal 116 337 357 103 7 0 6 272 123 76
Binary 1001110 11011111 11101111 1000011 111 0 110 10111010 1010011 111110

Color Harmonies of #4EDFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFEF

Black with #4EDFEF

Text Example


Text Example

White with #4EDFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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