Html Css Color HEX #4EE2FA Turquoise Blue

📋 copy color: '#4EE2FA'

red 78 ◦ green 226 ◦ blue 250

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

Shades of Turquoise Blue #4EE2FA

Tints of Turquoise Blue #4EE2FA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 40.79%

 BLUE value IS 250 (98.05% from 255) = 45.13%

R = 14.08%
G = 40.79%
B = 45.13%

CMYK

 C value IS 0.69

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4EE2FA (or 0x4EE2FA) is known color: Turquoise Blue. HEX triplet: 4E, E2 and FA. RGB value is (78,226,250). Sum of RGB (Red+Green+Blue) = 78+226+250=554 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.08% from 554); Green value is 226 (88.67% from 255 or 40.79% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EE2FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EE2FA is #B11D05. Grayscale: #B8B8B8. Windows color (decimal): -11607302 or 16441934. OLE color: 16441934.

HSL color Cylindrical-coordinate representation of color #4EE2FA: hue angle of 188.37º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EE2FA is Cyan = 0.69, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 226 250 -
CMYK 0.69 0.10 0 0.02
HSL 188.37º 0.95% 0.64% -
HSV(B) 188.37º 0.69% 0.98% -
XYZ 47.59 62.91 100.08 -
YUV 184.48 164.97 52.05 -
System Red Green Blue C M Y K H S L
Decimal 78 226 250 0.69 0.10 0 0.02 188.37 0.95 0.64
Hex 4E E2 FA 45 A 0 2 BC 5F 40
Octal 116 342 372 105 12 0 2 274 137 100
Binary 1001110 11100010 11111010 1000101 1010 0 10 10111100 1011111 1000000

Color Harmonies of #4EE2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EE2FA

Black with #4EE2FA

Text Example


Text Example

White with #4EE2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,226,250); }

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

background-color css

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

 a { background-color: rgb(78,226,250); }

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

border-color css

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

 span { border-color: rgb(78,226,250); }

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