Html Css Color HEX #4DDAED Turquoise Blue

📋 copy color: '#4DDAED'

red 77 ◦ green 218 ◦ blue 237

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

Shades of Turquoise Blue #4DDAED

Tints of Turquoise Blue #4DDAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 44.55%

R = 14.47%
G = 40.98%
B = 44.55%

CMYK

 C value IS 0.68

 M value IS 0.08

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DDAED (or 0x4DDAED) is known color: Turquoise Blue. HEX triplet: 4D, DA and ED. RGB value is (77,218,237). Sum of RGB (Red+Green+Blue) = 77+218+237=532 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.47% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 237 (92.97% from 255 or 44.55% from 532); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DDAED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAED is #B22512. Grayscale: #B1B1B1. Windows color (decimal): -11674899 or 15587917. OLE color: 15587917.

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

Color convert

RGB 77 218 237 -
CMYK 0.68 0.08 0 0.07
HSL 187.13º 0.82% 0.62% -
HSV(B) 187.13º 0.68% 0.93% -
XYZ 43.42 57.84 89 -
YUV 178.01 161.29 55.96 -
System Red Green Blue C M Y K H S L
Decimal 77 218 237 0.68 0.08 0 0.07 187.13 0.82 0.62
Hex 4D DA ED 44 8 0 7 BB 52 3E
Octal 115 332 355 104 10 0 7 273 122 76
Binary 1001101 11011010 11101101 1000100 1000 0 111 10111011 1010010 111110

Color Harmonies of #4DDAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAED

Black with #4DDAED

Text Example


Text Example

White with #4DDAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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