Html Css Color HEX #4DDBEB Turquoise Blue

📋 copy color: '#4DDBEB'

red 77 ◦ green 219 ◦ blue 235

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

Shades of Turquoise Blue #4DDBEB

Tints of Turquoise Blue #4DDBEB

RGB

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

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

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

R = 14.5%
G = 41.24%
B = 44.26%

CMYK

 C value IS 0.67

 M value IS 0.07

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4DDBEB (or 0x4DDBEB) is known color: Turquoise Blue. HEX triplet: 4D, DB and EB. RGB value is (77,219,235). Sum of RGB (Red+Green+Blue) = 77+219+235=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 219 (85.94% from 255 or 41.24% from 531); Blue value is 235 (92.19% from 255 or 44.26% from 531); Max value from RGB is 235 - color contains mainly: blue. Hex color #4DDBEB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBEB is #B22414. Grayscale: #B2B2B2. Windows color (decimal): -11674645 or 15457101. OLE color: 15457101.

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

Color convert

RGB 77 219 235 -
CMYK 0.67 0.07 0 0.08
HSL 186.08º 0.8% 0.61% -
HSV(B) 186.08º 0.67% 0.92% -
XYZ 43.39 58.24 87.55 -
YUV 178.37 159.96 55.7 -
System Red Green Blue C M Y K H S L
Decimal 77 219 235 0.67 0.07 0 0.08 186.08 0.8 0.61
Hex 4D DB EB 43 7 0 8 BA 50 3D
Octal 115 333 353 103 7 0 10 272 120 75
Binary 1001101 11011011 11101011 1000011 111 0 1000 10111010 1010000 111101

Color Harmonies of #4DDBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBEB

Black with #4DDBEB

Text Example


Text Example

White with #4DDBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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