Html Css Color HEX #4EE5FD Turquoise Blue

📋 copy color: '#4EE5FD'

red 78 ◦ green 229 ◦ blue 253

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

Shades of Turquoise Blue #4EE5FD

Tints of Turquoise Blue #4EE5FD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 40.89%

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

R = 13.93%
G = 40.89%
B = 45.18%

CMYK

 C value IS 0.69

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EE5FD (or 0x4EE5FD) is known color: Turquoise Blue. HEX triplet: 4E, E5 and FD. RGB value is (78,229,253). Sum of RGB (Red+Green+Blue) = 78+229+253=560 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.93% from 560); Green value is 229 (89.84% from 255 or 40.89% from 560); Blue value is 253 (99.22% from 255 or 45.18% from 560); Max value from RGB is 253 - color contains mainly: blue. Hex color #4EE5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE5FD is #B11A02. Grayscale: #BABABA. Windows color (decimal): -11606531 or 16639310. OLE color: 16639310.

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

Color convert

RGB 78 229 253 -
CMYK 0.69 0.09 0 0.01
HSL 188.23º 0.98% 0.65% -
HSV(B) 188.23º 0.69% 0.99% -
XYZ 48.89 64.75 102.85 -
YUV 186.59 165.47 50.55 -
System Red Green Blue C M Y K H S L
Decimal 78 229 253 0.69 0.09 0 0.01 188.23 0.98 0.65
Hex 4E E5 FD 45 9 0 1 BC 62 41
Octal 116 345 375 105 11 0 1 274 142 101
Binary 1001110 11100101 11111101 1000101 1001 0 1 10111100 1100010 1000001

Color Harmonies of #4EE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE5FD

Black with #4EE5FD

Text Example


Text Example

White with #4EE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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