Html Css Color HEX #4EDFEB Turquoise Blue

📋 copy color: '#4EDFEB'

red 78 ◦ green 223 ◦ blue 235

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

Shades of Turquoise Blue #4EDFEB

Tints of Turquoise Blue #4EDFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.84%

R = 14.55%
G = 41.6%
B = 43.84%

CMYK

 C value IS 0.67

 M value IS 0.05

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4EDFEB (or 0x4EDFEB) is known color: Turquoise Blue. HEX triplet: 4E, DF and EB. RGB value is (78,223,235). Sum of RGB (Red+Green+Blue) = 78+223+235=536 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.55% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 235 (92.19% from 255 or 43.84% from 536); Max value from RGB is 235 - color contains mainly: blue. Hex color #4EDFEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFEB is #B12014. Grayscale: #B4B4B4. Windows color (decimal): -11608085 or 15458126. OLE color: 15458126.

HSL color Cylindrical-coordinate representation of color #4EDFEB: hue angle of 184.59º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EDFEB is Cyan = 0.67, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 223 235 -
CMYK 0.67 0.05 0 0.08
HSL 184.59º 0.8% 0.61% -
HSV(B) 184.59º 0.67% 0.92% -
XYZ 44.52 60.39 87.91 -
YUV 181.01 158.46 54.52 -
System Red Green Blue C M Y K H S L
Decimal 78 223 235 0.67 0.05 0 0.08 184.59 0.8 0.61
Hex 4E DF EB 43 5 0 8 B9 50 3D
Octal 116 337 353 103 5 0 10 271 120 75
Binary 1001110 11011111 11101011 1000011 101 0 1000 10111001 1010000 111101

Color Harmonies of #4EDFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFEB

Black with #4EDFEB

Text Example


Text Example

White with #4EDFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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