Html Css Color HEX #4ED0FB Turquoise Blue

📋 copy color: '#4ED0FB'

red 78 ◦ green 208 ◦ blue 251

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

Shades of Turquoise Blue #4ED0FB

Tints of Turquoise Blue #4ED0FB

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.73%

 BLUE value IS 251 (98.44% from 255) = 46.74%

R = 14.53%
G = 38.73%
B = 46.74%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4ED0FB (or 0x4ED0FB) is known color: Turquoise Blue. HEX triplet: 4E, D0 and FB. RGB value is (78,208,251). Sum of RGB (Red+Green+Blue) = 78+208+251=537 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.53% from 537); Green value is 208 (81.64% from 255 or 38.73% from 537); Blue value is 251 (98.44% from 255 or 46.74% from 537); Max value from RGB is 251 - color contains mainly: blue. Hex color #4ED0FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4ED0FB is #B12F04. Grayscale: #ADADAD. Windows color (decimal): -11611909 or 16502862. OLE color: 16502862.

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

Color convert

RGB 78 208 251 -
CMYK 0.69 0.17 0 0.02
HSL 194.91º 0.96% 0.65% -
HSV(B) 194.91º 0.69% 0.98% -
XYZ 43.11 53.7 99.36 -
YUV 174.03 171.43 59.5 -
System Red Green Blue C M Y K H S L
Decimal 78 208 251 0.69 0.17 0 0.02 194.91 0.96 0.65
Hex 4E D0 FB 45 11 0 2 C3 60 41
Octal 116 320 373 105 21 0 2 303 140 101
Binary 1001110 11010000 11111011 1000101 10001 0 10 11000011 1100000 1000001

Color Harmonies of #4ED0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED0FB

Black with #4ED0FB

Text Example


Text Example

White with #4ED0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,208,251); }

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

background-color css

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

 a { background-color: rgb(78,208,251); }

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

border-color css

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

 span { border-color: rgb(78,208,251); }

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