Html Css Color HEX #4FDBEB Turquoise Blue

📋 copy color: '#4FDBEB'

red 79 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #4FDBEB

Tints of Turquoise Blue #4FDBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 44.09%

R = 14.82%
G = 41.09%
B = 44.09%

CMYK

 C value IS 0.66

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4FDBEB (or 0x4FDBEB) is known color: Turquoise Blue. HEX triplet: 4F, DB and EB. RGB value is (79,219,235). Sum of RGB (Red+Green+Blue) = 79+219+235=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 219 (85.94% from 255 or 41.09% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #4FDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4FDBEB is #B02414. Grayscale: #B2B2B2. Windows color (decimal): -11543573 or 15457103. OLE color: 15457103.

HSL color Cylindrical-coordinate representation of color #4FDBEB: hue angle of 186.15º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4FDBEB is Cyan = 0.66, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 79 219 235 -
CMYK 0.66 0.07 0 0.08
HSL 186.15º 0.8% 0.62% -
HSV(B) 186.15º 0.66% 0.92% -
XYZ 43.55 58.32 87.56 -
YUV 178.96 159.62 56.7 -
System Red Green Blue C M Y K H S L
Decimal 79 219 235 0.66 0.07 0 0.08 186.15 0.8 0.62
Hex 4F DB EB 42 7 0 8 BA 50 3E
Octal 117 333 353 102 7 0 10 272 120 76
Binary 1001111 11011011 11101011 1000010 111 0 1000 10111010 1010000 111110

Color Harmonies of #4FDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FDBEB

Black with #4FDBEB

Text Example


Text Example

White with #4FDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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