Html Css Color HEX #4EDEFF Turquoise Blue

📋 copy color: '#4EDEFF'

red 78 ◦ green 222 ◦ blue 255

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

Shades of Turquoise Blue #4EDEFF

Tints of Turquoise Blue #4EDEFF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 40%

 BLUE value IS 255 (100% from 255) = 45.95%

R = 14.05%
G = 40%
B = 45.95%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4EDEFF (or 0x4EDEFF) is known color: Turquoise Blue. HEX triplet: 4E, DE and FF. RGB value is (78,222,255). Sum of RGB (Red+Green+Blue) = 78+222+255=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 222 (87.11% from 255 or 40% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EDEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDEFF is #B12100. Grayscale: #B6B6B6. Windows color (decimal): -11608321 or 16768590. OLE color: 16768590.

HSL color Cylindrical-coordinate representation of color #4EDEFF: hue angle of 191.19º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EDEFF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 222 255 -
CMYK 0.69 0.13 0 0
HSL 191.19º 1% 0.65% -
HSV(B) 191.19º 0.69% 1% -
XYZ 47.31 61.08 103.9 -
YUV 182.71 168.79 53.32 -
System Red Green Blue C M Y K H S L
Decimal 78 222 255 0.69 0.13 0 0 191.19 1 0.65
Hex 4E DE FF 45 D 0 0 BF 64 41
Octal 116 336 377 105 15 0 0 277 144 101
Binary 1001110 11011110 11111111 1000101 1101 0 0 10111111 1100100 1000001

Color Harmonies of #4EDEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDEFF

Black with #4EDEFF

Text Example


Text Example

White with #4EDEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,222,255); }

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

background-color css

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

 a { background-color: rgb(78,222,255); }

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

border-color css

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

 span { border-color: rgb(78,222,255); }

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