Html Css Color HEX #4EDFFC Turquoise Blue

📋 copy color: '#4EDFFC'

red 78 ◦ green 223 ◦ blue 252

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

Shades of Turquoise Blue #4EDFFC

Tints of Turquoise Blue #4EDFFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.57%

R = 14.1%
G = 40.33%
B = 45.57%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4EDFFC (or 0x4EDFFC) is known color: Turquoise Blue. HEX triplet: 4E, DF and FC. RGB value is (78,223,252). Sum of RGB (Red+Green+Blue) = 78+223+252=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 223 (87.5% from 255 or 40.33% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #4EDFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4EDFFC is #B12003. Grayscale: #B6B6B6. Windows color (decimal): -11608068 or 16572238. OLE color: 16572238.

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

Color convert

RGB 78 223 252 -
CMYK 0.69 0.12 0 0.01
HSL 190º 0.97% 0.65% -
HSV(B) 190º 0.69% 0.99% -
XYZ 47.1 61.42 101.47 -
YUV 182.95 166.96 53.14 -
System Red Green Blue C M Y K H S L
Decimal 78 223 252 0.69 0.12 0 0.01 190 0.97 0.65
Hex 4E DF FC 45 C 0 1 BE 61 41
Octal 116 337 374 105 14 0 1 276 141 101
Binary 1001110 11011111 11111100 1000101 1100 0 1 10111110 1100001 1000001

Color Harmonies of #4EDFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFFC

Black with #4EDFFC

Text Example


Text Example

White with #4EDFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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