Html Css Color HEX #4DDBFB Turquoise Blue

📋 copy color: '#4DDBFB'

red 77 ◦ green 219 ◦ blue 251

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

Shades of Turquoise Blue #4DDBFB

Tints of Turquoise Blue #4DDBFB

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.04%

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

R = 14.08%
G = 40.04%
B = 45.89%

CMYK

 C value IS 0.69

 M value IS 0.13

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DDBFB (or 0x4DDBFB) is known color: Turquoise Blue. HEX triplet: 4D, DB and FB. RGB value is (77,219,251). Sum of RGB (Red+Green+Blue) = 77+219+251=547 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.08% from 547); Green value is 219 (85.94% from 255 or 40.04% from 547); Blue value is 251 (98.44% from 255 or 45.89% from 547); Max value from RGB is 251 - color contains mainly: blue. Hex color #4DDBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBFB is #B22404. Grayscale: #B3B3B3. Windows color (decimal): -11674629 or 16505677. OLE color: 16505677.

HSL color Cylindrical-coordinate representation of color #4DDBFB: hue angle of 191.03º 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 #4DDBFB is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 77 219 251 -
CMYK 0.69 0.13 0 0.02
HSL 191.03º 0.96% 0.64% -
HSV(B) 191.03º 0.69% 0.98% -
XYZ 45.8 59.21 100.28 -
YUV 180.19 167.96 54.4 -
System Red Green Blue C M Y K H S L
Decimal 77 219 251 0.69 0.13 0 0.02 191.03 0.96 0.64
Hex 4D DB FB 45 D 0 2 BF 60 40
Octal 115 333 373 105 15 0 2 277 140 100
Binary 1001101 11011011 11111011 1000101 1101 0 10 10111111 1100000 1000000

Color Harmonies of #4DDBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBFB

Black with #4DDBFB

Text Example


Text Example

White with #4DDBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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