Html Css Color HEX #4EDDFF Turquoise Blue

📋 copy color: '#4EDDFF'

red 78 ◦ green 221 ◦ blue 255

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

Shades of Turquoise Blue #4EDDFF

Tints of Turquoise Blue #4EDDFF

RGB

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

 GREEN value IS 221 (86.72% from 255) = 39.89%

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

R = 14.08%
G = 39.89%
B = 46.03%

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

#4EDDFF (or 0x4EDDFF) is known color: Turquoise Blue. HEX triplet: 4E, DD and FF. RGB value is (78,221,255). Sum of RGB (Red+Green+Blue) = 78+221+255=554 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.08% from 554); Green value is 221 (86.72% from 255 or 39.89% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #4EDDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDDFF is #B12200. Grayscale: #B5B5B5. Windows color (decimal): -11608577 or 16768334. OLE color: 16768334.

HSL color Cylindrical-coordinate representation of color #4EDDFF: hue angle of 191.53º 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 #4EDDFF is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 78 221 255 -
CMYK 0.69 0.13 0 0
HSL 191.53º 1% 0.65% -
HSV(B) 191.53º 0.69% 1% -
XYZ 47.05 60.55 103.82 -
YUV 182.12 169.12 53.74 -
System Red Green Blue C M Y K H S L
Decimal 78 221 255 0.69 0.13 0 0 191.53 1 0.65
Hex 4E DD FF 45 D 0 0 C0 64 41
Octal 116 335 377 105 15 0 0 300 144 101
Binary 1001110 11011101 11111111 1000101 1101 0 0 11000000 1100100 1000001

Color Harmonies of #4EDDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDDFF

Black with #4EDDFF

Text Example


Text Example

White with #4EDDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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