Html Css Color HEX #4EDFFA Turquoise Blue

📋 copy color: '#4EDFFA'

red 78 ◦ green 223 ◦ blue 250

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

Shades of Turquoise Blue #4EDFFA

Tints of Turquoise Blue #4EDFFA

RGB

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

 GREEN value IS 223 (87.5% from 255) = 40.47%

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

R = 14.16%
G = 40.47%
B = 45.37%

CMYK

 C value IS 0.69

 M value IS 0.11

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4EDFFA (or 0x4EDFFA) is known color: Turquoise Blue. HEX triplet: 4E, DF and FA. RGB value is (78,223,250). Sum of RGB (Red+Green+Blue) = 78+223+250=551 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.16% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 250 (98.05% from 255 or 45.37% from 551); Max value from RGB is 250 - color contains mainly: blue. Hex color #4EDFFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFFA is #B12005. Grayscale: #B6B6B6. Windows color (decimal): -11608070 or 16441166. OLE color: 16441166.

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

Color convert

RGB 78 223 250 -
CMYK 0.69 0.11 0 0.02
HSL 189.42º 0.95% 0.64% -
HSV(B) 189.42º 0.69% 0.98% -
XYZ 46.78 61.3 99.81 -
YUV 182.72 165.96 53.3 -
System Red Green Blue C M Y K H S L
Decimal 78 223 250 0.69 0.11 0 0.02 189.42 0.95 0.64
Hex 4E DF FA 45 B 0 2 BD 5F 40
Octal 116 337 372 105 13 0 2 275 137 100
Binary 1001110 11011111 11111010 1000101 1011 0 10 10111101 1011111 1000000

Color Harmonies of #4EDFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFFA

Black with #4EDFFA

Text Example


Text Example

White with #4EDFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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