Html Css Color HEX #4DDDEE Turquoise Blue

📋 copy color: '#4DDDEE'

red 77 ◦ green 221 ◦ blue 238

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

Shades of Turquoise Blue #4DDDEE

Tints of Turquoise Blue #4DDDEE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.23%

 BLUE value IS 238 (93.36% from 255) = 44.4%

R = 14.37%
G = 41.23%
B = 44.4%

CMYK

 C value IS 0.68

 M value IS 0.07

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DDDEE (or 0x4DDDEE) is known color: Turquoise Blue. HEX triplet: 4D, DD and EE. RGB value is (77,221,238). Sum of RGB (Red+Green+Blue) = 77+221+238=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 221 (86.72% from 255 or 41.23% from 536); Blue value is 238 (93.36% from 255 or 44.40% from 536); Max value from RGB is 238 - color contains mainly: blue. Hex color #4DDDEE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDDEE is #B22211. Grayscale: #B3B3B3. Windows color (decimal): -11674130 or 15654221. OLE color: 15654221.

HSL color Cylindrical-coordinate representation of color #4DDDEE: hue angle of 186.34º degrees, saturation: 0.83, 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 #4DDDEE is Cyan = 0.68, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 77 221 238 -
CMYK 0.68 0.07 0 0.07
HSL 186.34º 0.83% 0.62% -
HSV(B) 186.34º 0.68% 0.93% -
XYZ 44.35 59.46 90.03 -
YUV 179.88 160.79 54.62 -
System Red Green Blue C M Y K H S L
Decimal 77 221 238 0.68 0.07 0 0.07 186.34 0.83 0.62
Hex 4D DD EE 44 7 0 7 BA 53 3E
Octal 115 335 356 104 7 0 7 272 123 76
Binary 1001101 11011101 11101110 1000100 111 0 111 10111010 1010011 111110

Color Harmonies of #4DDDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDEE

Black with #4DDDEE

Text Example


Text Example

White with #4DDDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,238); }

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

background-color css

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

 a { background-color: rgb(77,221,238); }

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

border-color css

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

 span { border-color: rgb(77,221,238); }

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