Html Css Color HEX #4DDAEC Turquoise Blue

📋 copy color: '#4DDAEC'

red 77 ◦ green 218 ◦ blue 236

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

Shades of Turquoise Blue #4DDAEC

Tints of Turquoise Blue #4DDAEC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 41.05%

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

R = 14.5%
G = 41.05%
B = 44.44%

CMYK

 C value IS 0.67

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DDAEC (or 0x4DDAEC) is known color: Turquoise Blue. HEX triplet: 4D, DA and EC. RGB value is (77,218,236). Sum of RGB (Red+Green+Blue) = 77+218+236=531 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.50% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #4DDAEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAEC is #B22513. Grayscale: #B1B1B1. Windows color (decimal): -11674900 or 15522381. OLE color: 15522381.

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

Color convert

RGB 77 218 236 -
CMYK 0.67 0.08 0 0.07
HSL 186.79º 0.81% 0.61% -
HSV(B) 186.79º 0.67% 0.93% -
XYZ 43.27 57.78 88.23 -
YUV 177.89 160.79 56.04 -
System Red Green Blue C M Y K H S L
Decimal 77 218 236 0.67 0.08 0 0.07 186.79 0.81 0.61
Hex 4D DA EC 43 8 0 7 BB 51 3D
Octal 115 332 354 103 10 0 7 273 121 75
Binary 1001101 11011010 11101100 1000011 1000 0 111 10111011 1010001 111101

Color Harmonies of #4DDAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAEC

Black with #4DDAEC

Text Example


Text Example

White with #4DDAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,218,236); }

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

background-color css

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

 a { background-color: rgb(77,218,236); }

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

border-color css

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

 span { border-color: rgb(77,218,236); }

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