Html Css Color HEX #4FDBEC Turquoise Blue

📋 copy color: '#4FDBEC'

red 79 ◦ green 219 ◦ blue 236

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

Shades of Turquoise Blue #4FDBEC

Tints of Turquoise Blue #4FDBEC

RGB

 RED value IS 79 (31.25% from 255) = 14.79%

 GREEN value IS 219 (85.94% from 255) = 41.01%

 BLUE value IS 236 (92.58% from 255) = 44.19%

R = 14.79%
G = 41.01%
B = 44.19%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4FDBEC (or 0x4FDBEC) is known color: Turquoise Blue. HEX triplet: 4F, DB and EC. RGB value is (79,219,236). Sum of RGB (Red+Green+Blue) = 79+219+236=534 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.79% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #4FDBEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBEC is #B02413. Grayscale: #B2B2B2. Windows color (decimal): -11543572 or 15522639. OLE color: 15522639.

HSL color Cylindrical-coordinate representation of color #4FDBEC: hue angle of 186.5º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FDBEC is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 79 219 236 -
CMYK 0.67 0.07 0 0.07
HSL 186.5º 0.81% 0.62% -
HSV(B) 186.5º 0.67% 0.93% -
XYZ 43.7 58.38 88.32 -
YUV 179.08 160.12 56.62 -
System Red Green Blue C M Y K H S L
Decimal 79 219 236 0.67 0.07 0 0.07 186.5 0.81 0.62
Hex 4F DB EC 43 7 0 7 BA 51 3E
Octal 117 333 354 103 7 0 7 272 121 76
Binary 1001111 11011011 11101100 1000011 111 0 111 10111010 1010001 111110

Color Harmonies of #4FDBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBEC

Black with #4FDBEC

Text Example


Text Example

White with #4FDBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,219,236); }

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

background-color css

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

 a { background-color: rgb(79,219,236); }

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

border-color css

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

 span { border-color: rgb(79,219,236); }

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