Html Css Color HEX #4DE9FD Turquoise Blue

📋 copy color: '#4DE9FD'

red 77 ◦ green 233 ◦ blue 253

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

Shades of Turquoise Blue #4DE9FD

Tints of Turquoise Blue #4DE9FD

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.39%

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

R = 13.68%
G = 41.39%
B = 44.94%

CMYK

 C value IS 0.70

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4DE9FD (or 0x4DE9FD) is known color: Turquoise Blue. HEX triplet: 4D, E9 and FD. RGB value is (77,233,253). Sum of RGB (Red+Green+Blue) = 77+233+253=563 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.68% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #4DE9FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE9FD is #B21602. Grayscale: #BCBCBC. Windows color (decimal): -11671043 or 16640333. OLE color: 16640333.

HSL color Cylindrical-coordinate representation of color #4DE9FD: hue angle of 186.82º 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 #4DE9FD is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 77 233 253 -
CMYK 0.70 0.08 0 0.01
HSL 186.82º 0.98% 0.65% -
HSV(B) 186.82º 0.7% 0.99% -
XYZ 49.93 66.95 103.22 -
YUV 188.64 164.32 48.37 -
System Red Green Blue C M Y K H S L
Decimal 77 233 253 0.70 0.08 0 0.01 186.82 0.98 0.65
Hex 4D E9 FD 46 8 0 1 BB 62 41
Octal 115 351 375 106 10 0 1 273 142 101
Binary 1001101 11101001 11111101 1000110 1000 0 1 10111011 1100010 1000001

Color Harmonies of #4DE9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE9FD

Black with #4DE9FD

Text Example


Text Example

White with #4DE9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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