Html Css Color HEX #4DDAFA Turquoise Blue

📋 copy color: '#4DDAFA'

red 77 ◦ green 218 ◦ blue 250

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

Shades of Turquoise Blue #4DDAFA

Tints of Turquoise Blue #4DDAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 45.87%

R = 14.13%
G = 40%
B = 45.87%

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

#4DDAFA (or 0x4DDAFA) is known color: Turquoise Blue. HEX triplet: 4D, DA and FA. RGB value is (77,218,250). Sum of RGB (Red+Green+Blue) = 77+218+250=545 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.13% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #4DDAFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DDAFA is #B22505. Grayscale: #B3B3B3. Windows color (decimal): -11674886 or 16439885. OLE color: 16439885.

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

Color convert

RGB 77 218 250 -
CMYK 0.69 0.13 0 0.02
HSL 191.1º 0.95% 0.64% -
HSV(B) 191.1º 0.69% 0.98% -
XYZ 45.39 58.62 99.37 -
YUV 179.49 167.79 54.9 -
System Red Green Blue C M Y K H S L
Decimal 77 218 250 0.69 0.13 0 0.02 191.1 0.95 0.64
Hex 4D DA FA 45 D 0 2 BF 5F 40
Octal 115 332 372 105 15 0 2 277 137 100
Binary 1001101 11011010 11111010 1000101 1101 0 10 10111111 1011111 1000000

Color Harmonies of #4DDAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDAFA

Black with #4DDAFA

Text Example


Text Example

White with #4DDAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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