Html Css Color HEX #4DDAF1 Turquoise Blue

📋 copy color: '#4DDAF1'

red 77 ◦ green 218 ◦ blue 241

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

Shades of Turquoise Blue #4DDAF1

Tints of Turquoise Blue #4DDAF1

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.67%

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

R = 14.37%
G = 40.67%
B = 44.96%

CMYK

 C value IS 0.68

 M value IS 0.10

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#4DDAF1 (or 0x4DDAF1) is known color: Turquoise Blue. HEX triplet: 4D, DA and F1. RGB value is (77,218,241). Sum of RGB (Red+Green+Blue) = 77+218+241=536 (70% of max value = 765). Red value is 77 (30.47% from 255 or 14.37% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 241 (94.53% from 255 or 44.96% from 536); Max value from RGB is 241 - color contains mainly: blue. Hex color #4DDAF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAF1 is #B2250E. Grayscale: #B2B2B2. Windows color (decimal): -11674895 or 15850061. OLE color: 15850061.

HSL color Cylindrical-coordinate representation of color #4DDAF1: hue angle of 188.41º 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 #4DDAF1 is Cyan = 0.68, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 77 218 241 -
CMYK 0.68 0.10 0 0.05
HSL 188.41º 0.85% 0.62% -
HSV(B) 188.41º 0.68% 0.95% -
XYZ 44.01 58.07 92.11 -
YUV 178.46 163.29 55.63 -
System Red Green Blue C M Y K H S L
Decimal 77 218 241 0.68 0.10 0 0.05 188.41 0.85 0.62
Hex 4D DA F1 44 A 0 5 BC 55 3E
Octal 115 332 361 104 12 0 5 274 125 76
Binary 1001101 11011010 11110001 1000100 1010 0 101 10111100 1010101 111110

Color Harmonies of #4DDAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAF1

Black with #4DDAF1

Text Example


Text Example

White with #4DDAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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