Html Css Color HEX #4DDEED Turquoise Blue

📋 copy color: '#4DDEED'

red 77 ◦ green 222 ◦ blue 237

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

Shades of Turquoise Blue #4DDEED

Tints of Turquoise Blue #4DDEED

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.42%

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

R = 14.37%
G = 41.42%
B = 44.22%

CMYK

 C value IS 0.68

 M value IS 0.06

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#4DDEED (or 0x4DDEED) is known color: Turquoise Blue. HEX triplet: 4D, DE and ED. RGB value is (77,222,237). Sum of RGB (Red+Green+Blue) = 77+222+237=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #4DDEED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDEED is #B22112. Grayscale: #B4B4B4. Windows color (decimal): -11673875 or 15588941. OLE color: 15588941.

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

Color convert

RGB 77 222 237 -
CMYK 0.68 0.06 0 0.07
HSL 185.63º 0.82% 0.62% -
HSV(B) 185.63º 0.68% 0.93% -
XYZ 44.47 59.93 89.35 -
YUV 180.36 159.96 54.28 -
System Red Green Blue C M Y K H S L
Decimal 77 222 237 0.68 0.06 0 0.07 185.63 0.82 0.62
Hex 4D DE ED 44 6 0 7 BA 52 3E
Octal 115 336 355 104 6 0 7 272 122 76
Binary 1001101 11011110 11101101 1000100 110 0 111 10111010 1010010 111110

Color Harmonies of #4DDEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEED

Black with #4DDEED

Text Example


Text Example

White with #4DDEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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