Html Css Color HEX #4DDCFC Turquoise Blue

📋 copy color: '#4DDCFC'

red 77 ◦ green 220 ◦ blue 252

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

Shades of Turquoise Blue #4DDCFC

Tints of Turquoise Blue #4DDCFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45.9%

R = 14.03%
G = 40.07%
B = 45.9%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DDCFC (or 0x4DDCFC) is known color: Turquoise Blue. HEX triplet: 4D, DC and FC. RGB value is (77,220,252). Sum of RGB (Red+Green+Blue) = 77+220+252=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 220 (86.33% from 255 or 40.07% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #4DDCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCFC is #B22303. Grayscale: #B4B4B4. Windows color (decimal): -11674372 or 16571469. OLE color: 16571469.

HSL color Cylindrical-coordinate representation of color #4DDCFC: hue angle of 190.97º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDCFC is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 220 252 -
CMYK 0.69 0.13 0 0.01
HSL 190.97º 0.97% 0.65% -
HSV(B) 190.97º 0.69% 0.99% -
XYZ 46.22 59.79 101.2 -
YUV 180.89 168.12 53.9 -
System Red Green Blue C M Y K H S L
Decimal 77 220 252 0.69 0.13 0 0.01 190.97 0.97 0.65
Hex 4D DC FC 45 D 0 1 BF 61 41
Octal 115 334 374 105 15 0 1 277 141 101
Binary 1001101 11011100 11111100 1000101 1101 0 1 10111111 1100001 1000001

Color Harmonies of #4DDCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCFC

Black with #4DDCFC

Text Example


Text Example

White with #4DDCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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