Html Css Color HEX #4DDBEF Turquoise Blue

📋 copy color: '#4DDBEF'

red 77 ◦ green 219 ◦ blue 239

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

Shades of Turquoise Blue #4DDBEF

Tints of Turquoise Blue #4DDBEF

RGB

 RED value IS 77 (30.47% from 255) = 14.39%

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

 BLUE value IS 239 (93.75% from 255) = 44.67%

R = 14.39%
G = 40.93%
B = 44.67%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4DDBEF (or 0x4DDBEF) is known color: Turquoise Blue. HEX triplet: 4D, DB and EF. RGB value is (77,219,239). Sum of RGB (Red+Green+Blue) = 77+219+239=535 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.39% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 239 (93.75% from 255 or 44.67% from 535); Max value from RGB is 239 - color contains mainly: blue. Hex color #4DDBEF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBEF is #B22410. Grayscale: #B2B2B2. Windows color (decimal): -11674641 or 15719245. OLE color: 15719245.

HSL color Cylindrical-coordinate representation of color #4DDBEF: hue angle of 187.41º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDBEF is Cyan = 0.68, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 77 219 239 -
CMYK 0.68 0.08 0 0.06
HSL 187.41º 0.84% 0.62% -
HSV(B) 187.41º 0.68% 0.94% -
XYZ 43.97 58.47 90.63 -
YUV 178.82 161.96 55.37 -
System Red Green Blue C M Y K H S L
Decimal 77 219 239 0.68 0.08 0 0.06 187.41 0.84 0.62
Hex 4D DB EF 44 8 0 6 BB 54 3E
Octal 115 333 357 104 10 0 6 273 124 76
Binary 1001101 11011011 11101111 1000100 1000 0 110 10111011 1010100 111110

Color Harmonies of #4DDBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBEF

Black with #4DDBEF

Text Example


Text Example

White with #4DDBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,219,239); }

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

background-color css

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

 a { background-color: rgb(77,219,239); }

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

border-color css

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

 span { border-color: rgb(77,219,239); }

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