Html Css Color HEX #4EE0FD Turquoise Blue

📋 copy color: '#4EE0FD'

red 78 ◦ green 224 ◦ blue 253

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

Shades of Turquoise Blue #4EE0FD

Tints of Turquoise Blue #4EE0FD

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.36%

 BLUE value IS 253 (99.22% from 255) = 45.59%

R = 14.05%
G = 40.36%
B = 45.59%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EE0FD (or 0x4EE0FD) is known color: Turquoise Blue. HEX triplet: 4E, E0 and FD. RGB value is (78,224,253). Sum of RGB (Red+Green+Blue) = 78+224+253=555 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.05% from 555); Green value is 224 (87.89% from 255 or 40.36% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EE0FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE0FD is #B11F02. Grayscale: #B7B7B7. Windows color (decimal): -11607811 or 16638030. OLE color: 16638030.

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

Color convert

RGB 78 224 253 -
CMYK 0.69 0.11 0 0.01
HSL 189.94º 0.98% 0.65% -
HSV(B) 189.94º 0.69% 0.99% -
XYZ 47.53 62.02 102.4 -
YUV 183.65 167.13 52.64 -
System Red Green Blue C M Y K H S L
Decimal 78 224 253 0.69 0.11 0 0.01 189.94 0.98 0.65
Hex 4E E0 FD 45 B 0 1 BE 62 41
Octal 116 340 375 105 13 0 1 276 142 101
Binary 1001110 11100000 11111101 1000101 1011 0 1 10111110 1100010 1000001

Color Harmonies of #4EE0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE0FD

Black with #4EE0FD

Text Example


Text Example

White with #4EE0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,224,253); }

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

background-color css

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

 a { background-color: rgb(78,224,253); }

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

border-color css

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

 span { border-color: rgb(78,224,253); }

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