Html Css Color HEX #4DDCFF Turquoise Blue

📋 copy color: '#4DDCFF'

red 77 ◦ green 220 ◦ blue 255

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

Shades of Turquoise Blue #4DDCFF

Tints of Turquoise Blue #4DDCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 39.86%

 BLUE value IS 255 (100% from 255) = 46.2%

R = 13.95%
G = 39.86%
B = 46.2%

CMYK

 C value IS 0.70

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4DDCFF (or 0x4DDCFF) is known color: Turquoise Blue. HEX triplet: 4D, DC and FF. RGB value is (77,220,255). Sum of RGB (Red+Green+Blue) = 77+220+255=552 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.95% from 552); Green value is 220 (86.33% from 255 or 39.86% from 552); Blue value is 255 (100% from 255 or 46.20% from 552); Max value from RGB is 255 - color contains mainly: blue. Hex color #4DDCFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCFF is #B22300. Grayscale: #B4B4B4. Windows color (decimal): -11674369 or 16768077. OLE color: 16768077.

HSL color Cylindrical-coordinate representation of color #4DDCFF: hue angle of 191.8º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DDCFF is Cyan = 0.70, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 77 220 255 -
CMYK 0.70 0.14 0 0
HSL 191.8º 1% 0.65% -
HSV(B) 191.8º 0.7% 1% -
XYZ 46.7 59.98 103.72 -
YUV 181.23 169.62 53.65 -
System Red Green Blue C M Y K H S L
Decimal 77 220 255 0.70 0.14 0 0 191.8 1 0.65
Hex 4D DC FF 46 E 0 0 C0 64 41
Octal 115 334 377 106 16 0 0 300 144 101
Binary 1001101 11011100 11111111 1000110 1110 0 0 11000000 1100100 1000001

Color Harmonies of #4DDCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCFF

Black with #4DDCFF

Text Example


Text Example

White with #4DDCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,220,255); }

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

background-color css

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

 a { background-color: rgb(77,220,255); }

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

border-color css

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

 span { border-color: rgb(77,220,255); }

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