Html Css Color HEX #4DF9DF Turquoise

📋 copy color: '#4DF9DF'

red 77 ◦ green 249 ◦ blue 223

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

Shades of Turquoise #4DF9DF

Tints of Turquoise #4DF9DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 14.03%
G = 45.36%
B = 40.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#4DF9DF (or 0x4DF9DF) is known color: Turquoise. HEX triplet: 4D, F9 and DF. RGB value is (77,249,223). Sum of RGB (Red+Green+Blue) = 77+249+223=549 (72% of max value = 765). Red value is 77 (30.47% from 255 or 14.03% from 549); Green value is 249 (97.66% from 255 or 45.36% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 249 - color contains mainly: green. Hex color #4DF9DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DF9DF is #B20620. Grayscale: #C2C2C2. Windows color (decimal): -11666977 or 14678349. OLE color: 14678349.

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

Color convert

RGB 77 249 223 -
CMYK 0.69 0 0.10 0.02
HSL 170.93º 0.93% 0.64% -
HSV(B) 170.93º 0.69% 0.98% -
XYZ 50.26 74.66 81.57 -
YUV 194.61 144.02 44.11 -
System Red Green Blue C M Y K H S L
Decimal 77 249 223 0.69 0 0.10 0.02 170.93 0.93 0.64
Hex 4D F9 DF 45 0 A 2 AB 5D 40
Octal 115 371 337 105 0 12 2 253 135 100
Binary 1001101 11111001 11011111 1000101 0 1010 10 10101011 1011101 1000000

Color Harmonies of #4DF9DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DF9DF

Black with #4DF9DF

Text Example


Text Example

White with #4DF9DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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