Html Css Color HEX #4FD0CC Medium Turquoise

📋 copy color: '#4FD0CC'

red 79 ◦ green 208 ◦ blue 204

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

Shades of Medium Turquoise #4FD0CC

Tints of Medium Turquoise #4FD0CC

RGB

 RED value IS 79 (31.25% from 255) = 16.09%

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 204 (80.08% from 255) = 41.55%

R = 16.09%
G = 42.36%
B = 41.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#4FD0CC (or 0x4FD0CC) is known color: Medium Turquoise. HEX triplet: 4F, D0 and CC. RGB value is (79,208,204). Sum of RGB (Red+Green+Blue) = 79+208+204=491 (65% of max value = 765). Red value is 79 (31.25% from 255 or 16.09% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 204 (80.08% from 255 or 41.55% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #4FD0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FD0CC is #B02F33. Grayscale: #A8A8A8. Windows color (decimal): -11546420 or 13422671. OLE color: 13422671.

HSL color Cylindrical-coordinate representation of color #4FD0CC: hue angle of 178.14º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FD0CC is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 79 208 204 -
CMYK 0.62 0 0.02 0.18
HSL 178.14º 0.58% 0.56% -
HSV(B) 178.14º 0.62% 0.82% -
XYZ 36.68 51.13 65.06 -
YUV 168.97 147.76 63.83 -
System Red Green Blue C M Y K H S L
Decimal 79 208 204 0.62 0 0.02 0.18 178.14 0.58 0.56
Hex 4F D0 CC 3E 0 2 12 B2 3A 38
Octal 117 320 314 76 0 2 22 262 72 70
Binary 1001111 11010000 11001100 111110 0 10 10010 10110010 111010 111000

Color Harmonies of #4FD0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FD0CC

Black with #4FD0CC

Text Example


Text Example

White with #4FD0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,208,204); }

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

background-color css

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

 a { background-color: rgb(79,208,204); }

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

border-color css

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

 span { border-color: rgb(79,208,204); }

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