Html Css Color HEX #4DF9EB Turquoise

📋 copy color: '#4DF9EB'

red 77 ◦ green 249 ◦ blue 235

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

Shades of Turquoise #4DF9EB

Tints of Turquoise #4DF9EB

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.39%

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 13.73%
G = 44.39%
B = 41.89%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#4DF9EB (or 0x4DF9EB) is known color: Turquoise. HEX triplet: 4D, F9 and EB. RGB value is (77,249,235). Sum of RGB (Red+Green+Blue) = 77+249+235=561 (74% of max value = 765). Red value is 77 (30.47% from 255 or 13.73% from 561); Green value is 249 (97.66% from 255 or 44.39% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4DF9EB is #B20614. Grayscale: #C3C3C3. Windows color (decimal): -11666965 or 15464781. OLE color: 15464781.

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

Color convert

RGB 77 249 235 -
CMYK 0.69 0 0.06 0.02
HSL 175.12º 0.93% 0.64% -
HSV(B) 175.12º 0.69% 0.98% -
XYZ 51.93 75.33 90.4 -
YUV 195.98 150.02 43.14 -
System Red Green Blue C M Y K H S L
Decimal 77 249 235 0.69 0 0.06 0.02 175.12 0.93 0.64
Hex 4D F9 EB 45 0 6 2 AF 5D 40
Octal 115 371 353 105 0 6 2 257 135 100
Binary 1001101 11111001 11101011 1000101 0 110 10 10101111 1011101 1000000

Color Harmonies of #4DF9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF9EB

Black with #4DF9EB

Text Example


Text Example

White with #4DF9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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