Html Css Color HEX #4DDCFB Turquoise Blue

📋 copy color: '#4DDCFB'

red 77 ◦ green 220 ◦ blue 251

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

Shades of Turquoise Blue #4DDCFB

Tints of Turquoise Blue #4DDCFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 45.8%

R = 14.05%
G = 40.15%
B = 45.8%

CMYK

 C value IS 0.69

 M value IS 0.12

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDCFB (or 0x4DDCFB) is known color: Turquoise Blue. HEX triplet: 4D, DC and FB. RGB value is (77,220,251). Sum of RGB (Red+Green+Blue) = 77+220+251=548 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.05% from 548); Green value is 220 (86.33% from 255 or 40.15% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DDCFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDCFB is #B22304. Grayscale: #B4B4B4. Windows color (decimal): -11674373 or 16505933. OLE color: 16505933.

HSL color Cylindrical-coordinate representation of color #4DDCFB: hue angle of 190.69º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4DDCFB is Cyan = 0.69, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 220 251 -
CMYK 0.69 0.12 0 0.02
HSL 190.69º 0.96% 0.64% -
HSV(B) 190.69º 0.69% 0.98% -
XYZ 46.07 59.73 100.37 -
YUV 180.78 167.62 53.98 -
System Red Green Blue C M Y K H S L
Decimal 77 220 251 0.69 0.12 0 0.02 190.69 0.96 0.64
Hex 4D DC FB 45 C 0 2 BF 60 40
Octal 115 334 373 105 14 0 2 277 140 100
Binary 1001101 11011100 11111011 1000101 1100 0 10 10111111 1100000 1000000

Color Harmonies of #4DDCFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDCFB

Black with #4DDCFB

Text Example


Text Example

White with #4DDCFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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