Html Css Color HEX #4DDBF1 Turquoise Blue

📋 copy color: '#4DDBF1'

red 77 ◦ green 219 ◦ blue 241

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

Shades of Turquoise Blue #4DDBF1

Tints of Turquoise Blue #4DDBF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 44.88%

R = 14.34%
G = 40.78%
B = 44.88%

CMYK

 C value IS 0.68

 M value IS 0.09

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DDBF1 (or 0x4DDBF1) is known color: Turquoise Blue. HEX triplet: 4D, DB and F1. RGB value is (77,219,241). Sum of RGB (Red+Green+Blue) = 77+219+241=537 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.34% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 241 (94.53% from 255 or 44.88% from 537); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DDBF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDBF1 is #B2240E. Grayscale: #B2B2B2. Windows color (decimal): -11674639 or 15850317. OLE color: 15850317.

HSL color Cylindrical-coordinate representation of color #4DDBF1: hue angle of 188.05º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4DDBF1 is Cyan = 0.68, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 219 241 -
CMYK 0.68 0.09 0 0.05
HSL 188.05º 0.85% 0.62% -
HSV(B) 188.05º 0.68% 0.95% -
XYZ 44.27 58.59 92.2 -
YUV 179.05 162.96 55.21 -
System Red Green Blue C M Y K H S L
Decimal 77 219 241 0.68 0.09 0 0.05 188.05 0.85 0.62
Hex 4D DB F1 44 9 0 5 BC 55 3E
Octal 115 333 361 104 11 0 5 274 125 76
Binary 1001101 11011011 11110001 1000100 1001 0 101 10111100 1010101 111110

Color Harmonies of #4DDBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDBF1

Black with #4DDBF1

Text Example


Text Example

White with #4DDBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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