Html Css Color HEX #4ED4FF Turquoise Blue

📋 copy color: '#4ED4FF'

red 78 ◦ green 212 ◦ blue 255

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

Shades of Turquoise Blue #4ED4FF

Tints of Turquoise Blue #4ED4FF

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.9%

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

R = 14.31%
G = 38.9%
B = 46.79%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4ED4FF (or 0x4ED4FF) is known color: Turquoise Blue. HEX triplet: 4E, D4 and FF. RGB value is (78,212,255). Sum of RGB (Red+Green+Blue) = 78+212+255=545 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.31% from 545); Green value is 212 (83.20% from 255 or 38.90% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #4ED4FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED4FF is #B12B00. Grayscale: #B0B0B0. Windows color (decimal): -11610881 or 16766030. OLE color: 16766030.

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

Color convert

RGB 78 212 255 -
CMYK 0.69 0.17 0 0
HSL 194.58º 1% 0.65% -
HSV(B) 194.58º 0.69% 1% -
XYZ 44.74 55.93 103.04 -
YUV 176.84 172.11 57.5 -
System Red Green Blue C M Y K H S L
Decimal 78 212 255 0.69 0.17 0 0 194.58 1 0.65
Hex 4E D4 FF 45 11 0 0 C3 64 41
Octal 116 324 377 105 21 0 0 303 144 101
Binary 1001110 11010100 11111111 1000101 10001 0 0 11000011 1100100 1000001

Color Harmonies of #4ED4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED4FF

Black with #4ED4FF

Text Example


Text Example

White with #4ED4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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