Html Css Color HEX #4DD5FD Turquoise Blue

📋 copy color: '#4DD5FD'

red 77 ◦ green 213 ◦ blue 253

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

Shades of Turquoise Blue #4DD5FD

Tints of Turquoise Blue #4DD5FD

RGB

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

 GREEN value IS 213 (83.59% from 255) = 39.23%

 BLUE value IS 253 (99.22% from 255) = 46.59%

R = 14.18%
G = 39.23%
B = 46.59%

CMYK

 C value IS 0.70

 M value IS 0.16

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DD5FD (or 0x4DD5FD) is known color: Turquoise Blue. HEX triplet: 4D, D5 and FD. RGB value is (77,213,253). Sum of RGB (Red+Green+Blue) = 77+213+253=543 (71% of max value = 765). Red value is 77 (30.47% from 255 or 14.18% from 543); Green value is 213 (83.59% from 255 or 39.23% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DD5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #4DD5FD is #B22A02. Grayscale: #B0B0B0. Windows color (decimal): -11676163 or 16635213. OLE color: 16635213.

HSL color Cylindrical-coordinate representation of color #4DD5FD: hue angle of 193.64º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4DD5FD is Cyan = 0.70, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 213 253 -
CMYK 0.70 0.16 0 0.01
HSL 193.64º 0.98% 0.65% -
HSV(B) 193.64º 0.7% 0.99% -
XYZ 44.58 56.26 101.44 -
YUV 176.9 170.94 56.75 -
System Red Green Blue C M Y K H S L
Decimal 77 213 253 0.70 0.16 0 0.01 193.64 0.98 0.65
Hex 4D D5 FD 46 10 0 1 C2 62 41
Octal 115 325 375 106 20 0 1 302 142 101
Binary 1001101 11010101 11111101 1000110 10000 0 1 11000010 1100010 1000001

Color Harmonies of #4DD5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DD5FD

Black with #4DD5FD

Text Example


Text Example

White with #4DD5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,213,253); }

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

background-color css

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

 a { background-color: rgb(77,213,253); }

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

border-color css

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

 span { border-color: rgb(77,213,253); }

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