Html Css Color HEX #4DE8F9 Turquoise Blue

📋 copy color: '#4DE8F9'

red 77 ◦ green 232 ◦ blue 249

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

Shades of Turquoise Blue #4DE8F9

Tints of Turquoise Blue #4DE8F9

RGB

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

 GREEN value IS 232 (91.02% from 255) = 41.58%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 13.8%
G = 41.58%
B = 44.62%

CMYK

 C value IS 0.69

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4DE8F9 (or 0x4DE8F9) is known color: Turquoise Blue. HEX triplet: 4D, E8 and F9. RGB value is (77,232,249). Sum of RGB (Red+Green+Blue) = 77+232+249=558 (73% of max value = 765). Red value is 77 (30.47% from 255 or 13.80% from 558); Green value is 232 (91.02% from 255 or 41.58% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #4DE8F9 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DE8F9 is #B21706. Grayscale: #BBBBBB. Windows color (decimal): -11671303 or 16377933. OLE color: 16377933.

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

Color convert

RGB 77 232 249 -
CMYK 0.69 0.07 0 0.02
HSL 185.93º 0.93% 0.64% -
HSV(B) 185.93º 0.69% 0.98% -
XYZ 49.02 66.13 99.8 -
YUV 187.59 162.65 49.12 -
System Red Green Blue C M Y K H S L
Decimal 77 232 249 0.69 0.07 0 0.02 185.93 0.93 0.64
Hex 4D E8 F9 45 7 0 2 BA 5D 40
Octal 115 350 371 105 7 0 2 272 135 100
Binary 1001101 11101000 11111001 1000101 111 0 10 10111010 1011101 1000000

Color Harmonies of #4DE8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE8F9

Black with #4DE8F9

Text Example


Text Example

White with #4DE8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,232,249); }

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

background-color css

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

 a { background-color: rgb(77,232,249); }

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

border-color css

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

 span { border-color: rgb(77,232,249); }

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